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