6 references to CreateSpan
Microsoft.CodeAnalysis.CSharp.Features (6)
EditAndContinue\BreakpointSpans.cs (6)
363return CreateSpan(constructorSyntax.Modifiers, constructorSyntax.Identifier, constructorSyntax.ParameterList.CloseParenToken);
455return CreateSpan(default, forStatement.Declaration.Type, firstVariable);
624return CreateSpan(modifiersOpt, variableDeclaration, semicolonOpt);
640return CreateSpan(modifiersOpt, variableDeclaration, variableDeclarator);
664return CreateSpan(modifiersOpt, variableDeclaration, semicolonOpt);
669return CreateSpan(modifiersOpt, variableDeclaration, variableDeclarator);