Implemented interface member:
method
GetSignatureCorElementType
Microsoft.Diagnostics.DataContractReader.Contracts.IRuntimeTypeSystem.GetSignatureCorElementType(Microsoft.Diagnostics.DataContractReader.Contracts.TypeHandle)
5 references to GetSignatureCorElementType
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\RuntimeTypeSystem_1.cs (5)
566
CorElementType elementType =
GetSignatureCorElementType
(typeHandle);
796
CorElementType type =
GetSignatureCorElementType
(typeHandle);
876
CorElementType sigType =
GetSignatureCorElementType
(typeHandle);
911
CorElementType sigType =
GetSignatureCorElementType
(typeHandle);
1004
return
GetSignatureCorElementType
(potentialMatch) == corElementType &&