6 references to CreateSpan
Microsoft.CodeAnalysis.CSharp.Features (6)
EditAndContinue\BreakpointSpans.cs (6)
462return CreateSpan(constructorSyntax.Body.OpenBraceToken); 569return CreateSpan(block.CloseBraceToken); 573return CreateSpan(block.OpenBraceToken); 670return CreateSpan(forEachStatement.ForEachKeyword); 686return CreateSpan(forEachStatement.InKeyword); 926return CreateSpan(catchClause.CatchKeyword);