3 writes to _rootNamescope
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
116
_rootNamescope
= null;
532
_rootNamescope
= _context.RootNameScope;
948
_rootNamescope
= null;
2 references to _rootNamescope
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1004
if (
_rootNamescope
is not null)
1006
return
_rootNamescope
;