8 references to Infos
System.Formats.Nrbf (8)
System\Formats\Nrbf\ClassRecord.cs (1)
38
internal int ExpectedValuesCount => MemberTypeInfo.
Infos
.Count;
System\Formats\Nrbf\MemberTypeInfo.cs (2)
72
(BinaryType binaryType, object? additionalInfo) =
Infos
[currentValuesCount];
115
(BinaryType binaryType, object? additionalInfo) =
Infos
[0];
System\Formats\Nrbf\NrbfDecoder.cs (1)
372
(BinaryType binaryType, object? additionalInfo) = memberTypeInfo.
Infos
[0];
System\Formats\Nrbf\SystemClassWithMembersAndTypesRecord.cs (4)
43
if (!classInfo.TypeName.IsSimple || classInfo.MemberNames.Count == 0 || memberTypeInfo.
Infos
[0].BinaryType != BinaryType.Primitive)
49
PrimitiveType primitiveType = (PrimitiveType)memberTypeInfo.
Infos
[0].AdditionalInfo!;
98
&& memberTypeInfo.
Infos
[order].BinaryType == BinaryType.Primitive
99
&& memberTypeInfo.
Infos
[order].AdditionalInfo is PrimitiveType pt