2 implementations of GetCorElementType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\70\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeDefinition.cs (1)
762
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeDefinition.
GetCorElementType
(uint* type)
ClrDataTypeDefinition.cs (1)
177
int 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)
199
int hrLocal = _legacyImpl.
GetCorElementType
(type is null ? null : &typeLocal);