4 references to CreateSpan
Microsoft.CodeAnalysis.CSharp.Features (4)
EditAndContinue\BreakpointSpans.cs (4)
86=> CreateSpan(node.GetFirstToken(), node.GetLastToken()); 367=> CreateSpan(constructorInitializer.ThisOrBaseKeyword, constructorInitializer.ArgumentList.CloseParenToken); 440return CreateSpan(doStatement.WhileKeyword, 724return CreateSpan(catchClause.CatchKeyword, catchClause.Declaration.CloseParenToken);