2 implementations of GetClassLayout
Microsoft.DiaSymReader (2)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1630
int global::Microsoft.DiaSymReader.IMetadataImport.
GetClassLayout
(int typeDef, int* packSize, global::Microsoft.DiaSymReader.MetadataImportFieldOffset* fieldOffsets, int bufferLength, int* count, int* typeSize)
Metadata\MetadataAdapterBase.cs (1)
93
int IMetadataImport.
GetClassLayout
(int typeDef, int* packSize, MetadataImportFieldOffset* fieldOffsets, int bufferLength, int* count, int* typeSize) => throw new NotImplementedException();
1 reference to GetClassLayout
Microsoft.DiaSymReader (1)
_generated\7\Microsoft.DiaSymReader.IMetadataImport.cs (1)
1655
__retVal = @this.
GetClassLayout
(typeDef, packSize, fieldOffsets, bufferLength, count, typeSize);