2 writes to BamlStream
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (2)
103
BamlStream
= bamlStream;
122
BamlStream
= bamlStream;
4 references to BamlStream
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
357
BamlStream
?.Close();
1030
Stream bamlStream =
BamlStream
;
5396
if (
BamlStream
!= null)
5398
_binaryReader = new BamlBinaryReader(
BamlStream
, new System.Text.UTF8Encoding());