2 writes to ValueSize
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
325previousKeyRecord.ValueSize = (int)(keyRecord.ValuePosition - previousKeyRecord.ValuePosition); 329previousKeyRecord.ValueSize = (int)(_binaryReader.BaseStream.Length - previousKeyRecord.ValuePosition);
3 references to ValueSize
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
365int initialSizeOfNodeList = (record.ValueSize < 800) 366? (int)(record.ValueSize / 2.2) 367: (int)(record.ValueSize / 4.25);