1 reference to hasNonReadOnlyGetter
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\Records\SynthesizedRecordDeconstruct.cs (1)
100
return containingType.IsReadOnly || (containingType.IsRecordStruct && !positionalMembers.Any(static m =>
hasNonReadOnlyGetter
(m)));