6 references to CreateSpan
Microsoft.CodeAnalysis.CSharp.Features (6)
EditAndContinue\BreakpointSpans.cs (6)
356return CreateSpan(constructorSyntax.Body.OpenBraceToken); 388return CreateSpan(block.CloseBraceToken); 392return CreateSpan(block.OpenBraceToken); 489return CreateSpan(forEachStatement.ForEachKeyword); 505return CreateSpan(forEachStatement.InKeyword); 728return CreateSpan(catchClause.CatchKeyword);