2 writes to NewLineOnAttributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1826
settings.
NewLineOnAttributes
= newLineOnAttributes;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1701
settings.
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)
2014
newLineOnAttributes = settings.
NewLineOnAttributes
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1889
newLineOnAttributes = settings.
NewLineOnAttributes
;