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