2 implementations of EnumTypeDefinitionByName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\47\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule.cs (1)
579
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule.
EnumTypeDefinitionByName
(ulong* handle, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeDefinition> type)
ClrDataModule.cs (1)
263
int IXCLRDataModule.
EnumTypeDefinitionByName
(ulong* handle, DacComNullableByRef<IXCLRDataTypeDefinition> type)
2 references to EnumTypeDefinitionByName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\47\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule.cs (1)
627
__retVal = @this.
EnumTypeDefinitionByName
(handle, type);
ClrDataModule.cs (1)
264
=> LegacyFallbackHelper.CanFallback() && _legacyModule is not null ? _legacyModule.
EnumTypeDefinitionByName
(handle, type) : HResults.E_NOTIMPL;