1 write to _isParams
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
365_isParams = isParams;
2 references to _isParams
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (2)
383public override bool IsParamsArray => _isParams && Type.IsSZArray(); 385public override bool IsParamsCollection => _isParams && !Type.IsSZArray();