3 writes to CurrentInContainerDirective
System.Xaml (3)
System\Xaml\Parser\XamlPullParser.cs (3)
881_context.CurrentInContainerDirective = member.IsDirective && (memberXamlType is not null && (memberXamlType.IsCollection || memberXamlType.IsDictionary)); 891_context.CurrentInContainerDirective = false; 970_context.CurrentInContainerDirective = true;
1 reference to CurrentInContainerDirective
System.Xaml (1)
System\Xaml\Parser\XamlPullParser.cs (1)
1138else if (_context.CurrentInContainerDirective)