7 references to CreateSpan
Microsoft.CodeAnalysis.CSharp.Features (7)
EditAndContinue\BreakpointSpans.cs (7)
472=> CreateSpan(constructor.Modifiers, constructor.Identifier, constructor.ParameterList.CloseParenToken);
528=> CreateSpan(parameter.Modifiers, parameter.Type, parameter.Identifier);
636return CreateSpan(default, forStatement.Declaration.Type, firstVariable);
805return CreateSpan(modifiersOpt, variableDeclaration, semicolonOpt);
821return CreateSpan(modifiersOpt, variableDeclaration, variableDeclarator);
840return CreateSpan(modifiers, variableDeclaration, semicolon);
845return CreateSpan(modifiers, variableDeclaration, variableDeclarator);