2 implementations of GetCorElementType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\70\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeDefinition.cs (1)
762int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeDefinition.GetCorElementType(uint* type)
ClrDataTypeDefinition.cs (1)
177int IXCLRDataTypeDefinition.GetCorElementType(uint* type)
2 references to GetCorElementType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\70\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeDefinition.cs (1)
787__retVal = @this.GetCorElementType(type);
ClrDataTypeDefinition.cs (1)
199int hrLocal = _legacyImpl.GetCorElementType(type is null ? null : &typeLocal);