Table of Contents

Method IsValidChange

Namespace
Alternet.Syntax.Parsers.Roslyn.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

IsValidChange(SyntaxTree, TextChange)

protected virtual bool IsValidChange(SyntaxTree tree, TextChange textChange)

Parameters

tree SyntaxTree
textChange TextChange

Returns

bool

IsValidChange(FileLinePositionSpan, Point, Point)

protected virtual bool IsValidChange(FileLinePositionSpan linePos, Point start, Point end)

Parameters

linePos FileLinePositionSpan
start Point
end Point

Returns

bool

IsValidChange(FileLinePositionSpan, TextSpan)

protected virtual bool IsValidChange(FileLinePositionSpan linePos, TextSpan span)

Parameters

linePos FileLinePositionSpan
span TextSpan

Returns

bool