2 references to ShouldUseInit
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\Records\SynthesizedRecordPropertySymbol.cs (2)
33
isInitOnly:
ShouldUseInit
(containingType),
74
var usesInit = !isGet &&
ShouldUseInit
(ContainingType);