2 implementations of GetPropertyProps
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2466int global::Microsoft.DiaSymReader.IMetadataImport.GetPropertyProps(int propertyDef, int* declaringTypeDef, char* name, int nameBufferLength, int* nameLength, int* attributes, byte** signature, int* signatureLength, int* constantType, byte** constantValue, int* constantValueLength, int* setterMethodDef, int* getterMethodDef, int* outerMethodDefs, int outerMethodDefsBufferLength, int* otherMethodDefCount)
Metadata\MetadataAdapterBase.cs (1)
113int IMetadataImport.GetPropertyProps(int propertyDef, int* declaringTypeDef, char* name, int nameBufferLength, int* nameLength, int* attributes, byte** signature, int* signatureLength, int* constantType, byte** constantValue, int* constantValueLength, int* setterMethodDef, int* getterMethodDef, int* outerMethodDefs, int outerMethodDefsBufferLength, int* otherMethodDefCount) => throw new NotImplementedException();
1 reference to GetPropertyProps
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
2491__retVal = @this.GetPropertyProps(propertyDef, declaringTypeDef, name, nameBufferLength, nameLength, attributes, signature, signatureLength, constantType, constantValue, constantValueLength, setterMethodDef, getterMethodDef, outerMethodDefs, outerMethodDefsBufferLength, otherMethodDefCount);