1 write to _writeCache
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecords.cs (1)
740
_writeCache
= new BamlRecord[(int)BamlRecordType.LastRecordType];
6 references to _writeCache
PresentationBuildTasks (6)
Framework\System\Windows\Markup\BamlRecords.cs (6)
738
if(
_writeCache
== null )
743
BamlRecord record =
_writeCache
[(int)recordType];
750
_writeCache
[(int)recordType] = null;
777
Debug.Assert(null ==
_writeCache
[(int)record.RecordType]);
778
if (null !=
_writeCache
[(int)record.RecordType])
783
_writeCache
[(int)record.RecordType] = record;