11 references to ArrayFunctionType
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IRuntimeTypeSystem.cs (1)
285
bool IsArrayMethod(MethodDescHandle methodDesc, out
ArrayFunctionType
functionType) => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\RuntimeTypeSystem_1.cs (5)
1721
public bool IsArrayMethod(MethodDescHandle methodDescHandle, out
ArrayFunctionType
functionType)
1745
0 =>
ArrayFunctionType
.Get,
1746
1 =>
ArrayFunctionType
.Set,
1747
2 =>
ArrayFunctionType
.Address,
1748
>= 3 =>
ArrayFunctionType
.Constructor,
Microsoft.Diagnostics.DataContractReader.Legacy (5)
TypeNameBuilder.cs (5)
96
else if (runtimeTypeSystem.IsArrayMethod(method, out
ArrayFunctionType
functionType))
102
case
ArrayFunctionType
.Set:
105
case
ArrayFunctionType
.Get:
108
case
ArrayFunctionType
.Address:
111
case
ArrayFunctionType
.Constructor: