2 writes to DebugBaml
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
4014DebugBaml = bamlBinaryReader.ReadBoolean();
System\Windows\Markup\BamlRecordWriter.cs (1)
216DocumentStartRecord.DebugBaml = DebugBamlStream;
3 references to DebugBaml
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
1828_parserContext.IsDebugBamlStream = documentStartRecord.DebugBaml;
System\Windows\Markup\BamlRecordReader.cs (1)
532IsDebugBamlStream = documentStartRecord.DebugBaml;
System\Windows\Markup\BamlRecords.cs (1)
4022bamlBinaryWriter.Write(DebugBaml);