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