3 implementations of EnumCustomAttributes
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
2004
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.
EnumCustomAttributes
(nint* phEnum, uint tk, uint tkType, uint* rCustomAttributes, uint cMax, uint* pcCustomAttributes)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
1621
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.
EnumCustomAttributes
(nint* phEnum, uint tk, uint tkType, uint* rCustomAttributes, uint cMax, uint* pcCustomAttributes) => throw new global::System.Diagnostics.UnreachableException();
MetaDataImportImpl.cs (1)
373
int IMetaDataImport.
EnumCustomAttributes
(nint* phEnum, uint tk, uint tkType, uint* rCustomAttributes, uint cMax, uint* pcCustomAttributes)
2 references to EnumCustomAttributes
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport.cs (1)
2029
__retVal = @this.
EnumCustomAttributes
(phEnum, tk, tkType, rCustomAttributes, cMax, pcCustomAttributes);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport2.cs (1)
1854
new int EnumCustomAttributes(nint* phEnum, uint tk, uint tkType, uint* rCustomAttributes, uint cMax, uint* pcCustomAttributes) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IMetaDataImport)this).
EnumCustomAttributes
(phEnum, tk, tkType, rCustomAttributes, cMax, pcCustomAttributes);