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)
726if( _writeCache == null ) 731BamlRecord record = _writeCache[(int)recordType]; 738_writeCache[(int)recordType] = null; 765Debug.Assert(null == _writeCache[(int)record.RecordType]); 766if (null != _writeCache[(int)record.RecordType]) 771_writeCache[(int)record.RecordType] = record;