3 writes to TemporaryCollectionIndex
System.Xaml (3)
System\Xaml\Context\NameFixupToken.cs (1)
111TemporaryCollectionIndex = -1,
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1962keyToken.Target.TemporaryCollectionIndex = pendingCollection.Count; 1968valueToken.Target.TemporaryCollectionIndex = pendingCollection.Count;
3 references to TemporaryCollectionIndex
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
2618else if (token.Target.TemporaryCollectionIndex >= 0) 2622PendingCollectionAdd pendingAdd = pendingCollection[token.Target.TemporaryCollectionIndex]; 2632PendingCollectionAdd pendingAdd = pendingCollection[token.Target.TemporaryCollectionIndex];