1 write to _writeCache
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
741_writeCache = new BamlRecord[(int)BamlRecordType.LastRecordType];
6 references to _writeCache
PresentationFramework (6)
System\Windows\Markup\BamlRecords.cs (6)
739if( _writeCache == null ) 744BamlRecord record = _writeCache[(int)recordType]; 751_writeCache[(int)recordType] = null; 778Debug.Assert(null == _writeCache[(int)record.RecordType]); 779if (null != _writeCache[(int)record.RecordType]) 784_writeCache[(int)record.RecordType] = record;