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