2 overrides of AllowRefOrOut
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceConstructorSymbol.cs (1)
191protected override bool AllowRefOrOut
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
90protected override bool AllowRefOrOut => !(ContainingType is { IsRecord: true } or { IsRecordStruct: true });
1 reference to AllowRefOrOut
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceConstructorSymbolBase.cs (1)
53allowRefOrOut: AllowRefOrOut,