ArchiMetrics.Analysis.SemanticAnalyzer.SemanticAnalyzer C# (CSharp) Method

SemanticAnalyzer() public method

public SemanticAnalyzer ( Microsoft.CodeAnalysis.SemanticModel model ) : System.Collections.Generic
model Microsoft.CodeAnalysis.SemanticModel
return System.Collections.Generic
		public SemanticAnalyzer(SemanticModel model)
		{
			_model = model;
		}