2 writes to NewLineOnAttributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1826settings.NewLineOnAttributes = newLineOnAttributes;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1701settings.NewLineOnAttributes = newLineOnAttributes;
4 references to NewLineOnAttributes
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
977_newLineOnAttributes = settings.NewLineOnAttributes;
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
973_newLineOnAttributes = settings.NewLineOnAttributes;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2014newLineOnAttributes = settings.NewLineOnAttributes;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1889newLineOnAttributes = settings.NewLineOnAttributes;