2 writes to Index
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\ParameterProxy.cs (1)
19
Index
= index;
TrimAnalysis\ParameterProxy.cs (1)
15
Index
= (ParameterIndex)parameter.Ordinal +
7 references to Index
ILLink.RoslynAnalyzer (7)
DynamicallyAccessedMembersAnalyzer.cs (2)
244
var baseParam = baseMethod.GetParameter(overrideParam.
Index
);
252
Location attributableSymbolLocation = attributableMethod.GetParameter(overrideParam.
Index
).Location!;
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;