1 implementation of IsArrayMethod
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1439public bool IsArrayMethod(MethodDescHandle methodDescHandle, out ArrayFunctionType functionType)
1 reference to IsArrayMethod
Microsoft.Diagnostics.DataContractReader.Legacy (1)
TypeNameBuilder.cs (1)
97else if (runtimeTypeSystem.IsArrayMethod(method, out ArrayFunctionType functionType))