1 reference to ShouldUseInit
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\Records\SynthesizedRecordPropertySymbol.cs (1)
81
var usesInit = !isGet &&
ShouldUseInit
(ContainingType);