3 writes to _rootNamescope
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
115
_rootNamescope
= null;
531
_rootNamescope
= _context.RootNameScope;
947
_rootNamescope
= null;
2 references to _rootNamescope
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1003
if (
_rootNamescope
is not null)
1005
return
_rootNamescope
;