2 writes to DebugBaml
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4235DebugBaml = bamlBinaryReader.ReadBoolean();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
227DocumentStartRecord.DebugBaml = DebugBamlStream;
3 references to DebugBaml
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1837_parserContext.IsDebugBamlStream = documentStartRecord.DebugBaml;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
565IsDebugBamlStream = documentStartRecord.DebugBaml;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4243bamlBinaryWriter.Write(DebugBaml);