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;
1210
ctx.
CurrentCollection
= inst;
1299
ctx.
CurrentCollection
= inst;
2 references to CurrentCollection
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
731
_context.CurrentCtorArgs = ((List<object>)_context.
CurrentCollection
).ToArray();
1239
var rawArgs = (List<PositionalParameterDescriptor>)ctx.
CurrentCollection
;