10 references to SemanticDocument
Microsoft.CodeAnalysis.Features (10)
ExtractMethod\MethodExtractor.CodeGenerator.cs (10)
172
var rootWithUpdatedCallSite = this.
SemanticDocument
.Root.ReplaceNode(
178
var documentWithUpdatedCallSite = await this.
SemanticDocument
.WithSyntaxRootAsync(rootWithUpdatedCallSite, cancellationToken).ConfigureAwait(false);
276
var generator = this.
SemanticDocument
.GetRequiredLanguageService<SyntaxGenerator>();
282
var generator = this.
SemanticDocument
.GetRequiredLanguageService<SyntaxGenerator>();
359
var syntaxFacts = this.
SemanticDocument
.GetRequiredLanguageService<ISyntaxFactsService>();
366
var generator = this.
SemanticDocument
.GetRequiredLanguageService<SyntaxGenerator>();
430
var isLocalFunction = LocalFunction && ShouldLocalFunctionCaptureParameter(
SemanticDocument
.Root);
460
var generator = this.
SemanticDocument
.Document.GetRequiredLanguageService<SyntaxGenerator>();
486
var compilation = this.
SemanticDocument
.SemanticModel.Compilation;
499
var compilation = this.
SemanticDocument
.SemanticModel.Compilation;