2 implementations of GetTypeDefProps
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
532int global::Microsoft.DiaSymReader.IMetadataImport.GetTypeDefProps(int typeDef, char* qualifiedName, int qualifiedNameBufferLength, int* qualifiedNameLength, global::System.Reflection.TypeAttributes* attributes, int* baseType)
Metadata\MetadataAdapterBase.cs (1)
29public virtual int GetTypeDefProps(
1 reference to GetTypeDefProps
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
557__retVal = @this.GetTypeDefProps(typeDef, qualifiedName, qualifiedNameBufferLength, qualifiedNameLength, attributes, baseType);