2 references to ComponentSizeBits
Microsoft.Diagnostics.DataContractReader.Contracts (2)
RuntimeTypeSystemHelpers\MethodTableFlags_1.cs (2)
100
public bool IsString => HasComponentSize && !IsArray &&
ComponentSizeBits
== 2;
103
public ushort ComponentSize => HasComponentSize ?
ComponentSizeBits
: (ushort)0;