8 references to SemanticDocument
Microsoft.CodeAnalysis.CSharp.Features (6)
ExtractMethod\CSharpSelectionValidator.cs (6)
29var root = this.SemanticDocument.Root; 74var root = SemanticDocument.Root; 75var model = SemanticDocument.SemanticModel; 81selectionInfo = ApplySpecialCases(initialSelectionInfo, selectionInfo, SemanticDocument.SyntaxTree.Options, _localFunction); 94SemanticDocument, selectionInfo, cancellationToken).ConfigureAwait(false); 403var text = this.SemanticDocument.Text;
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\SelectionValidator.cs (2)
51!IsValidStatementRange(SemanticDocument.Root, selectionInfo.FinalSpan, cancellationToken)) 135var document = this.SemanticDocument;