2 implementations of GetMethodProps
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1350
int global::Microsoft.DiaSymReader.IMetadataImport.
GetMethodProps
(int methodDef, int* declaringTypeDef, char* name, int nameBufferLength, int* nameLength, global::System.Reflection.MethodAttributes* attributes, byte** signature, int* signatureLength, int* relativeVirtualAddress, global::System.Reflection.MethodImplAttributes* implAttributes)
Metadata\MetadataAdapterBase.cs (1)
49
public virtual int
GetMethodProps
(
1 reference to GetMethodProps
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1375
__retVal = @this.
GetMethodProps
(methodDef, declaringTypeDef, name, nameBufferLength, nameLength, attributes, signature, signatureLength, relativeVirtualAddress, implAttributes);