11 references to ArrayFunctionType
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IRuntimeTypeSystem.cs (1)
214
bool IsArrayMethod(MethodDescHandle methodDesc, out
ArrayFunctionType
functionType) => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\RuntimeTypeSystem_1.cs (5)
1439
public bool IsArrayMethod(MethodDescHandle methodDescHandle, out
ArrayFunctionType
functionType)
1463
0 =>
ArrayFunctionType
.Get,
1464
1 =>
ArrayFunctionType
.Set,
1465
2 =>
ArrayFunctionType
.Address,
1466
>= 3 =>
ArrayFunctionType
.Constructor,
Microsoft.Diagnostics.DataContractReader.Legacy (5)
TypeNameBuilder.cs (5)
97
else if (runtimeTypeSystem.IsArrayMethod(method, out
ArrayFunctionType
functionType))
103
case
ArrayFunctionType
.Set:
106
case
ArrayFunctionType
.Get:
109
case
ArrayFunctionType
.Address:
112
case
ArrayFunctionType
.Constructor: