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