2 references to IsTypeWithPrimaryConstructor
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
3096return IsTypeWithPrimaryConstructor(symbol, cancellationToken); 3120return IsTypeWithPrimaryConstructor(symbol.ContainingSymbol, cancellationToken);