5 references to CreateSpan
Microsoft.CodeAnalysis.CSharp.Features (5)
EditAndContinue\BreakpointSpans.cs (5)
114=> CreateSpan(node.GetFirstToken(), node.GetLastToken()); 479=> CreateSpan(constructorInitializer.ThisOrBaseKeyword, constructorInitializer.ArgumentList.CloseParenToken); 513=> CreateSpan( 622return CreateSpan(doStatement.WhileKeyword, 924return CreateSpan(catchClause.CatchKeyword, catchClause.Declaration.CloseParenToken);