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