10 references to SemanticDocument
Microsoft.CodeAnalysis.Features (10)
ExtractMethod\MethodExtractor.CodeGenerator.cs (10)
174var rootWithUpdatedCallSite = this.SemanticDocument.Root.ReplaceNode( 180var documentWithUpdatedCallSite = await this.SemanticDocument.WithSyntaxRootAsync(rootWithUpdatedCallSite, cancellationToken).ConfigureAwait(false); 278var generator = this.SemanticDocument.GetRequiredLanguageService<SyntaxGenerator>(); 284var generator = this.SemanticDocument.GetRequiredLanguageService<SyntaxGenerator>(); 361var syntaxFacts = this.SemanticDocument.GetRequiredLanguageService<ISyntaxFactsService>(); 368var generator = this.SemanticDocument.GetRequiredLanguageService<SyntaxGenerator>(); 432var isLocalFunction = LocalFunction && ShouldLocalFunctionCaptureParameter(SemanticDocument.Root); 462var generator = this.SemanticDocument.Document.GetRequiredLanguageService<SyntaxGenerator>(); 488var compilation = this.SemanticDocument.SemanticModel.Compilation; 501var compilation = this.SemanticDocument.SemanticModel.Compilation;