6 references to CreateSpan
Microsoft.CodeAnalysis.CSharp.Features (6)
EditAndContinue\BreakpointSpans.cs (6)
463return CreateSpan(constructorSyntax.Body.OpenBraceToken); 570return CreateSpan(block.CloseBraceToken); 574return CreateSpan(block.OpenBraceToken); 671return CreateSpan(forEachStatement.ForEachKeyword); 687return CreateSpan(forEachStatement.InKeyword); 928return CreateSpan(catchClause.CatchKeyword);