2 writes to CloseOutput
System.Xaml (1)
System\Xaml\XamlXmlWriterSettings.cs (1)
20
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)
53
if (settings is not null && settings.
CloseOutput
)
72
if (settings is not null && settings.
CloseOutput
)
119
if (settings.
CloseOutput
)
System\Xaml\XamlXmlWriterSettings.cs (1)
20
CloseOutput =
CloseOutput
System.Xaml.Tests (3)
System\Xaml\XamlXmlWriterSettingsTests.cs (3)
16
Assert.False(settings.
CloseOutput
);
29
Assert.Equal(settings.
CloseOutput
, newSettings.
CloseOutput
);