2 references to CreateSpan
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
80
span =
CreateSpan
(ctorDecl.Modifiers, ctorDecl.Identifier, ctorDecl.ParameterList.CloseParenToken);
Lowering\Instrumentation\DebugInfoInjector_SequencePoints.cs (1)
51
=>
CreateSpan
(parameter.Modifiers, parameter.Type, parameter.Identifier);