7 writes to CurrentCollection
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
308_context.CurrentCollection = inst; 383_context.CurrentCollection = _rootObjectInstance; 638_context.CurrentCollection = new List<PositionalParameterDescriptor>(); 680_context.CurrentCollection = Runtime.CreateInstance(property.Type, null); 739_context.CurrentCollection = null; 1210ctx.CurrentCollection = inst; 1299ctx.CurrentCollection = inst;
2 references to CurrentCollection
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
731_context.CurrentCtorArgs = ((List<object>)_context.CurrentCollection).ToArray(); 1239var rawArgs = (List<PositionalParameterDescriptor>)ctx.CurrentCollection;