1 write to _writeCache
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
729_writeCache = new BamlRecord[(int)BamlRecordType.LastRecordType];
6 references to _writeCache
PresentationFramework (6)
System\Windows\Markup\BamlRecords.cs (6)
727if( _writeCache == null ) 732BamlRecord record = _writeCache[(int)recordType]; 739_writeCache[(int)recordType] = null; 766Debug.Assert(null == _writeCache[(int)record.RecordType]); 767if (null != _writeCache[(int)record.RecordType]) 772_writeCache[(int)record.RecordType] = record;