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