9 references to CreateSpan
Microsoft.CodeAnalysis.CSharp.Features (9)
EditAndContinue\BreakpointSpans.cs (9)
473=> CreateSpan(constructor.Modifiers, constructor.Identifier, constructor.ParameterList.CloseParenToken); 529=> CreateSpan(parameter.Modifiers, parameter.Type, parameter.Identifier); 637return CreateSpan(default, forStatement.Declaration.Type, firstVariable); 811return CreateSpan( 817return CreateSpan(modifiersOpt, variableDeclaration, semicolonOpt); 837return CreateSpan( 843return CreateSpan(modifiersOpt, variableDeclaration, variableDeclarator); 862return CreateSpan(modifiers, variableDeclaration, semicolon); 867return CreateSpan(modifiers, variableDeclaration, variableDeclarator);