7 writes to CurrentCollection
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
303
_context.
CurrentCollection
= inst;
376
_context.
CurrentCollection
= _rootObjectInstance;
625
_context.
CurrentCollection
= new List<PositionalParameterDescriptor>();
665
_context.
CurrentCollection
= Runtime.CreateInstance(property.Type, null);
723
_context.
CurrentCollection
= null;
1180
ctx.
CurrentCollection
= inst;
1267
ctx.
CurrentCollection
= inst;
2 references to CurrentCollection
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
715
_context.CurrentCtorArgs = ((List<object>)_context.
CurrentCollection
).ToArray();
1209
var rawArgs = (List<PositionalParameterDescriptor>)ctx.
CurrentCollection
;