2 implementations of EnumFieldByName2
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\70\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeDefinition.cs (1)
1556
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeDefinition.
EnumFieldByName2
(ulong* handle, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeDefinition> type, uint* flags, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule> tokenScope, uint* token)
ClrDataTypeDefinition.cs (1)
258
int IXCLRDataTypeDefinition.
EnumFieldByName2
(ulong* handle, DacComNullableByRef<IXCLRDataTypeDefinition> type, uint* flags, DacComNullableByRef<IXCLRDataModule> tokenScope, uint* token)
2 references to EnumFieldByName2
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\70\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTypeDefinition.cs (1)
1614
__retVal = @this.
EnumFieldByName2
(handle, type, flags, tokenScope, token);
ClrDataTypeDefinition.cs (1)
259
=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.
EnumFieldByName2
(handle, type, flags, tokenScope, token) : HResults.E_NOTIMPL;