2 writes to CloseOutput
System.Xaml (1)
System\Xaml\XamlXmlWriterSettings.cs (1)
21
CloseOutput
= CloseOutput
System.Xaml.Tests (1)
System\Xaml\XamlXmlWriterSettingsTests.cs (1)
25
CloseOutput
= true
7 references to CloseOutput
System.Xaml (4)
System\Xaml\XamlXmlWriter.cs (3)
55
if (settings is not null && settings.
CloseOutput
)
74
if (settings is not null && settings.
CloseOutput
)
121
if (settings.
CloseOutput
)
System\Xaml\XamlXmlWriterSettings.cs (1)
21
CloseOutput =
CloseOutput
System.Xaml.Tests (3)
System\Xaml\XamlXmlWriterSettingsTests.cs (3)
16
Assert.False(settings.
CloseOutput
);
29
Assert.Equal(settings.
CloseOutput
, newSettings.
CloseOutput
);