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