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