3 writes to TemporaryCollectionIndex
System.Xaml (3)
System\Xaml\Context\NameFixupToken.cs (1)
112TemporaryCollectionIndex = -1,
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1963keyToken.Target.TemporaryCollectionIndex = pendingCollection.Count; 1969valueToken.Target.TemporaryCollectionIndex = pendingCollection.Count;
3 references to TemporaryCollectionIndex
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
2619else if (token.Target.TemporaryCollectionIndex >= 0) 2623PendingCollectionAdd pendingAdd = pendingCollection[token.Target.TemporaryCollectionIndex]; 2633PendingCollectionAdd pendingAdd = pendingCollection[token.Target.TemporaryCollectionIndex];