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)
733if( _writeCache == null ) 738BamlRecord record = _writeCache[(int)recordType]; 745_writeCache[(int)recordType] = null; 772Debug.Assert(null == _writeCache[(int)record.RecordType]); 773if (null != _writeCache[(int)record.RecordType]) 778_writeCache[(int)record.RecordType] = record;