3 references to SemanticFacts
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\MethodExtractor.Analyzer.cs (3)
548
this.
SemanticFacts
, this.SemanticModel, selectionOperation, symbol, analysisRange, includeDeclaration: false, this.CancellationToken) == false)
651
var semanticFacts = this.
SemanticFacts
;
876
var semanticFacts = this.
SemanticFacts
;