1 write to ParameterIndex
Microsoft.CodeAnalysis (1)
CodeGen\LocalOrParameter.cs (1)
18this.ParameterIndex = parameterIndex;
3 references to ParameterIndex
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilderEmit.cs (2)
424EmitLoadArgumentOpcode(localOrParameter.ParameterIndex); 436EmitLoadArgumentAddrOpcode(localOrParameter.ParameterIndex);
CodeGen\LocalOrParameter.cs (1)
33return (Local != null) ? Local.GetDebuggerDisplay() : ParameterIndex.ToString();