7 writes to CurrentCollection
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
301
_context.
CurrentCollection
= inst;
374
_context.
CurrentCollection
= _rootObjectInstance;
623
_context.
CurrentCollection
= new List<PositionalParameterDescriptor>();
663
_context.
CurrentCollection
= Runtime.CreateInstance(property.Type, null);
721
_context.
CurrentCollection
= null;
1178
ctx.
CurrentCollection
= inst;
1265
ctx.
CurrentCollection
= inst;
2 references to CurrentCollection
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
713
_context.CurrentCtorArgs = ((List<object>)_context.
CurrentCollection
).ToArray();
1207
var rawArgs = (List<PositionalParameterDescriptor>)ctx.
CurrentCollection
;