3 references to FieldDesc
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\RuntimeTypeSystem_1.cs (1)
682uint fieldDescSize = _target.GetTypeInfo(DataType.FieldDesc).Size!.Value;
Data\FieldDesc.cs (1)
6[CdacType(nameof(DataType.FieldDesc))]
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
1170data->NextField = fieldDescTargetPtr + _target.GetTypeInfo(DataType.FieldDesc).Size!.Value;