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