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)
383
public override bool IsParamsArray =>
_isParams
&& Type.IsSZArray();
385
public override bool IsParamsCollection =>
_isParams
&& !Type.IsSZArray();