2 implementations of GetModuleRefProps
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1815
int global::Microsoft.DiaSymReader.IMetadataImport.
GetModuleRefProps
(int moduleRef, char* name, int nameBufferLength, int* nameLength)
Metadata\MetadataAdapterBase.cs (1)
97
int 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);