7 references to CreateSpan
Microsoft.CodeAnalysis.CSharp.Features (7)
EditAndContinue\BreakpointSpans.cs (7)
473=> CreateSpan(constructor.Modifiers, constructor.Identifier, constructor.ParameterList.CloseParenToken); 529=> CreateSpan(parameter.Modifiers, parameter.Type, parameter.Identifier); 637return CreateSpan(default, forStatement.Declaration.Type, firstVariable); 806return CreateSpan(modifiersOpt, variableDeclaration, semicolonOpt); 822return CreateSpan(modifiersOpt, variableDeclaration, variableDeclarator); 841return CreateSpan(modifiers, variableDeclaration, semicolon); 846return CreateSpan(modifiers, variableDeclaration, variableDeclarator);