2 implementations of GetTypeDefProps
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
532
int global::Microsoft.DiaSymReader.IMetadataImport.
GetTypeDefProps
(int typeDef, char* qualifiedName, int qualifiedNameBufferLength, int* qualifiedNameLength, global::System.Reflection.TypeAttributes* attributes, int* baseType)
Metadata\MetadataAdapterBase.cs (1)
29
public 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);