3 references to LastNotMissing
Microsoft.CodeAnalysis.CSharp.Features (3)
EditAndContinue\BreakpointSpans.cs (3)
193
if (position >
LastNotMissing
(typeDeclaration.SemicolonToken, typeDeclaration.OpenBraceToken).SpanStart)
514
LastNotMissing
(recordDeclaration.Identifier, recordDeclaration.TypeParameterList?.GreaterThanToken ?? default));
622
LastNotMissing
(doStatement.CloseParenToken, doStatement.SemicolonToken));