2 writes to _indexingContentUnit
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (2)
164_indexingContentUnit = null; 478_indexingContentUnit = new IndexingContentUnit(text, AllocateChunkID(), breakType, _propSpec, lcid);
3 references to _indexingContentUnit
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (3)
476if (_indexingContentUnit == null) 483_indexingContentUnit.InitIndexingContentUnit(text, AllocateChunkID(), breakType, _propSpec, lcid); 489return _indexingContentUnit;