2 writes to _indexingContentUnit
PresentationFramework (2)
MS\Internal\IO\Packaging\XamlFilter.cs (2)
138
_indexingContentUnit
= null;
452
_indexingContentUnit
= new IndexingContentUnit(text, AllocateChunkID(), breakType, _propSpec, lcid);
3 references to _indexingContentUnit
PresentationFramework (3)
MS\Internal\IO\Packaging\XamlFilter.cs (3)
450
if (
_indexingContentUnit
== null)
457
_indexingContentUnit
.InitIndexingContentUnit(text, AllocateChunkID(), breakType, _propSpec, lcid);
463
return
_indexingContentUnit
;