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