1 write to _writeCache
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
735
_writeCache
= new BamlRecord[(int)BamlRecordType.LastRecordType];
6 references to _writeCache
PresentationFramework (6)
System\Windows\Markup\BamlRecords.cs (6)
733
if(
_writeCache
== null )
738
BamlRecord record =
_writeCache
[(int)recordType];
745
_writeCache
[(int)recordType] = null;
772
Debug.Assert(null ==
_writeCache
[(int)record.RecordType]);
773
if (null !=
_writeCache
[(int)record.RecordType])
778
_writeCache
[(int)record.RecordType] = record;