2 writes to MaxAsyncRecords
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4234MaxAsyncRecords = bamlBinaryReader.ReadInt32();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
147DocumentStartRecord.MaxAsyncRecords = maxAsyncRecords;
1 reference to MaxAsyncRecords
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4242bamlBinaryWriter.Write(MaxAsyncRecords);