1 write to _infos
System.Formats.Nrbf (1)
System\Formats\Nrbf\MemberTypeInfo.cs (1)
20
internal MemberTypeInfo(IReadOnlyList<(BinaryType BinaryType, object? AdditionalInfo)> infos) =>
_infos
= infos;
1 reference to _infos
System.Formats.Nrbf (1)
System\Formats\Nrbf\MemberTypeInfo.cs (1)
24
internal IReadOnlyList<(BinaryType BinaryType, object? AdditionalInfo)> Infos =>
_infos
;