3 references to CreateSpanForCopyConstructor
Microsoft.CodeAnalysis.CSharp.Features (3)
EditAndContinue\BreakpointSpans.cs (1)
217return CreateSpanForCopyConstructor(recordDeclaration);
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
654span = BreakpointSpans.CreateSpanForCopyConstructor((RecordDeclarationSyntax)node);
EditAndContinue\DeclarationBody\CopyConstructorDeclarationBody.cs (1)
36=> BreakpointSpans.CreateSpanForCopyConstructor(recordDeclaration);