2 instantiations of LocalOrParameter
Microsoft.CodeAnalysis (2)
CodeGen\LocalOrParameter.cs (2)
23return new LocalOrParameter(local, -1); 28return new LocalOrParameter(null, parameterIndex);
11 references to LocalOrParameter
Microsoft.CodeAnalysis (11)
CodeGen\ILBuilderEmit.cs (4)
232LocalOrParameter key, 263LocalOrParameter key, 416internal void EmitLoad(LocalOrParameter localOrParameter) 428internal void EmitLoadAddress(LocalOrParameter localOrParameter)
CodeGen\LocalOrParameter.cs (2)
21public static implicit operator LocalOrParameter(LocalDefinition? local) 26public static implicit operator LocalOrParameter(int parameterIndex)
CodeGen\SwitchIntegralJumpTableEmitter.cs (2)
25private readonly LocalOrParameter _key; 54LocalOrParameter key)
CodeGen\SwitchStringJumpTableEmitter.cs (3)
25private readonly LocalOrParameter _key; 43public delegate void EmitStringCompareAndBranch(LocalOrParameter key, ConstantValue stringConstant, object targetLabel); 68LocalOrParameter key,