2 implementations of EnumTypeInstanceByName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\47\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule.cs (1)
732
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule.
EnumTypeInstanceByName
(ulong* handle, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeInstance> type)
ClrDataModule.cs (1)
270
int IXCLRDataModule.
EnumTypeInstanceByName
(ulong* handle, DacComNullableByRef<IXCLRDataTypeInstance> type)
2 references to EnumTypeInstanceByName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\47\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule.cs (1)
780
__retVal = @this.
EnumTypeInstanceByName
(handle, type);
ClrDataModule.cs (1)
271
=> LegacyFallbackHelper.CanFallback() && _legacyModule is not null ? _legacyModule.
EnumTypeInstanceByName
(handle, type) : HResults.E_NOTIMPL;