2 references to CreateSpanForCopyConstructor
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\BreakpointSpans.cs (1)
216return CreateSpanForCopyConstructor(recordDeclaration);
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
668span = BreakpointSpans.CreateSpanForCopyConstructor((RecordDeclarationSyntax)node);