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