5 references to CreateSpan
Microsoft.CodeAnalysis.CSharp.Features (5)
EditAndContinue\BreakpointSpans.cs (5)
113=> CreateSpan(node.GetFirstToken(), node.GetLastToken()); 478=> CreateSpan(constructorInitializer.ThisOrBaseKeyword, constructorInitializer.ArgumentList.CloseParenToken); 512=> CreateSpan( 621return CreateSpan(doStatement.WhileKeyword, 922return CreateSpan(catchClause.CatchKeyword, catchClause.Declaration.CloseParenToken);