1 implementation of IsGenericMethodDefinition
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1615
public bool
IsGenericMethodDefinition
(MethodDescHandle methodDescHandle)
4 references to IsGenericMethodDefinition
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataMethodDefinition.cs (1)
85
if (rts.
IsGenericMethodDefinition
(md))
Dbi\DacDbiImpl.cs (1)
2237
bool hasMethodInstantiation = rts.
IsGenericMethodDefinition
(md) || !rts.GetGenericMethodInstantiation(md).IsEmpty;
SOSDacImpl.IXCLRDataProcess.cs (1)
902
if (rts.
IsGenericMethodDefinition
(md)) return true;
TypeNameBuilder.cs (1)
134
if (genericMethodInstantiation.Length > 0 && !runtimeTypeSystem.
IsGenericMethodDefinition
(method))