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