1 write to _writeCache
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
728
_writeCache
= new BamlRecord[(int)BamlRecordType.LastRecordType];
6 references to _writeCache
PresentationFramework (6)
System\Windows\Markup\BamlRecords.cs (6)
726
if(
_writeCache
== null )
731
BamlRecord record =
_writeCache
[(int)recordType];
738
_writeCache
[(int)recordType] = null;
765
Debug.Assert(null ==
_writeCache
[(int)record.RecordType]);
766
if (null !=
_writeCache
[(int)record.RecordType])
771
_writeCache
[(int)record.RecordType] = record;