ArchiMetrics.Analysis.Metrics.ClassCouplingAnalyzerBase.GetCollectedTypesNames C# (CSharp) Method

GetCollectedTypesNames() protected method

protected GetCollectedTypesNames ( ) : IEnumerable
return IEnumerable
		protected IEnumerable<ITypeCoupling> GetCollectedTypesNames()
		{
			return GetCollectedTypesNames(new IPropertySymbol[0], new IMethodSymbol[0], new IEventSymbol[0]);
		}

Same methods

ClassCouplingAnalyzerBase::GetCollectedTypesNames ( IEnumerable calledProperties, IEnumerable calledMethods, IEnumerable usedEvents ) : IEnumerable