7 writes to CurrentCollection
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
307
_context.
CurrentCollection
= inst;
382
_context.
CurrentCollection
= _rootObjectInstance;
637
_context.
CurrentCollection
= new List<PositionalParameterDescriptor>();
679
_context.
CurrentCollection
= Runtime.CreateInstance(property.Type, null);
738
_context.
CurrentCollection
= null;
1209
ctx.
CurrentCollection
= inst;
1298
ctx.
CurrentCollection
= inst;
2 references to CurrentCollection
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
730
_context.CurrentCtorArgs = ((List<object>)_context.
CurrentCollection
).ToArray();
1238
var rawArgs = (List<PositionalParameterDescriptor>)ctx.
CurrentCollection
;