2 writes to IsDebugBamlStream
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (1)
1825_parserContext.IsDebugBamlStream = documentStartRecord.DebugBaml;
System\Windows\Markup\BamlRecordReader.cs (1)
5568set { ParserContext.IsDebugBamlStream = value; }
3 references to IsDebugBamlStream
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
1996if (BamlRecordHelper.HasDebugExtensionRecord(_parserContext.IsDebugBamlStream, bamlRecord))
System\Windows\Markup\BamlRecordReader.cs (2)
268if (BamlRecordHelper.HasDebugExtensionRecord(ParserContext.IsDebugBamlStream, bamlRecord)) 5567get { return ParserContext.IsDebugBamlStream; }