2 references to HasSynthesizedDefaultConstructor
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
5516
if (oldType.
HasSynthesizedDefaultConstructor
() && !newType.
HasSynthesizedDefaultConstructor
())