3 overrides of GetNextAllowedRecordType
System.Formats.Nrbf (3)
System\Formats\Nrbf\ClassWithIdRecord.cs (1)
42internal override (AllowedRecordTypes allowed, PrimitiveType primitiveType) GetNextAllowedRecordType()
System\Formats\Nrbf\ClassWithMembersAndTypesRecord.cs (1)
36internal override (AllowedRecordTypes allowed, PrimitiveType primitiveType) GetNextAllowedRecordType()
System\Formats\Nrbf\SystemClassWithMembersAndTypesRecord.cs (1)
33internal override (AllowedRecordTypes allowed, PrimitiveType primitiveType) GetNextAllowedRecordType()
2 references to GetNextAllowedRecordType
System.Formats.Nrbf (2)
System\Formats\Nrbf\ClassRecord.cs (1)
160(AllowedRecordTypes allowed, PrimitiveType primitiveType) = GetNextAllowedRecordType();
System\Formats\Nrbf\NrbfDecoder.cs (1)
315(AllowedRecordTypes allowed, PrimitiveType primitiveType) = classRecord.GetNextAllowedRecordType();