2 implementations of GetModuleRefProps
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1815int global::Microsoft.DiaSymReader.IMetadataImport.GetModuleRefProps(int moduleRef, char* name, int nameBufferLength, int* nameLength)
Metadata\MetadataAdapterBase.cs (1)
97int IMetadataImport.GetModuleRefProps(int moduleRef, char* name, int nameBufferLength, int* nameLength) => throw new NotImplementedException();
1 reference to GetModuleRefProps
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1840__retVal = @this.GetModuleRefProps(moduleRef, name, nameBufferLength, nameLength);