9 references to _originalDocument
Microsoft.CodeAnalysis.Features (9)
IntroduceParameter\IntroduceParameterDocumentRewriter.cs (9)
66
var semanticModel = await
_originalDocument
.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
91
var semanticModel = await
_originalDocument
.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
92
var semanticFacts =
_originalDocument
.GetRequiredLanguageService<ISemanticFactsService>();
258
if (currentDocument.Id ==
_originalDocument
.Id)
346
var semanticModel = await
_originalDocument
.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
444
var info = await
_originalDocument
.GetCodeGenerationInfoAsync(CodeGenerationContext.Default, cancellationToken).ConfigureAwait(false);
524
if (document.Id ==
_originalDocument
.Id)
671
var syntaxFacts =
_originalDocument
.GetRequiredLanguageService<ISyntaxFactsService>();
672
var originalSemanticModel = await
_originalDocument
.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);