2 implementations of GetEventProps
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1512int global::Microsoft.DiaSymReader.IMetadataImport.GetEventProps(int @event, int* declaringTypeDef, char* name, int nameBufferLength, int* nameLength, int* attributes, int* eventType, int* adderMethodDef, int* removerMethodDef, int* raiserMethodDef, int* otherMethodDefs, int otherMethodDefBufferLength, int* methodMethodDefsLength)
Metadata\MetadataAdapterBase.cs (1)
90int IMetadataImport.GetEventProps(int @event, int* declaringTypeDef, char* name, int nameBufferLength, int* nameLength, int* attributes, int* eventType, int* adderMethodDef, int* removerMethodDef, int* raiserMethodDef, int* otherMethodDefs, int otherMethodDefBufferLength, int* methodMethodDefsLength) => throw new NotImplementedException();
1 reference to GetEventProps
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1537__retVal = @this.GetEventProps(@event, declaringTypeDef, name, nameBufferLength, nameLength, attributes, eventType, adderMethodDef, removerMethodDef, raiserMethodDef, otherMethodDefs, otherMethodDefBufferLength, methodMethodDefsLength);