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