2 references to CreateSpanForConstructorInitializer
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\DebugInfoInjector.cs (2)
66return new BoundSequencePointWithSpan(decl, rewritten, CreateSpanForConstructorInitializer(decl)); 71return new BoundSequencePointWithSpan(init, rewritten, CreateSpanForConstructorInitializer((ConstructorDeclarationSyntax)init.Parent));