1 write to Index
illink (1)
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\ParameterProxy.cs (1)
19
Index
= index;
10 references to Index
illink (10)
Linker.Dataflow\FlowAnnotations.cs (2)
71
return annotation.ParameterAnnotations[(int)param.
Index
];
294
paramAnnotations[(int)param.
Index
] = pa;
Linker.Dataflow\MethodBodyScanner.cs (2)
1165
StoreInReference(methodArguments[(int)parameter.
Index
], newByRefValue, callingMethodIL, operation, locals, curBasicBlock, ref ipState, parameter.
Index
.Index);
Linker.Dataflow\ParameterProxy.cs (1)
44
: $"#{
Index
}";
src\tools\illink\src\ILLink.Shared\TrimAnalysis\MethodParameterValue.cs (2)
24
=> this.ValueToString(Parameter.Method.Method, Parameter.
Index
, DynamicallyAccessedMemberTypes);
30
public ParameterIndex Index => Parameter.
Index
;
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\ParameterProxy.cs (3)
39
return (int)
Index
- 1;
41
return (int)
Index
;
49
public bool IsImplicitThis => Method.HasImplicitThis() &&
Index
== (ParameterIndex)0;