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