2 implementations of GetCustomAttributeByName
Microsoft.DiaSymReader (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2540int global::Microsoft.DiaSymReader.IMetadataImport.GetCustomAttributeByName(int parent, string name, byte** value, int* valueLength)
Metadata\MetadataAdapterBase.cs (1)
115int IMetadataImport.GetCustomAttributeByName(int parent, string name, byte** value, int* valueLength) => throw new NotImplementedException();
1 reference to GetCustomAttributeByName
Microsoft.DiaSymReader (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2569__retVal = @this.GetCustomAttributeByName(parent, name, value, valueLength);