5 overrides of SupportsNamespaceDeclarationInChunks
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
230
internal override bool
SupportsNamespaceDeclarationInChunks
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
332
internal override bool
SupportsNamespaceDeclarationInChunks
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
428
internal override bool
SupportsNamespaceDeclarationInChunks
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
369
internal override bool
SupportsNamespaceDeclarationInChunks
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
241
internal override bool
SupportsNamespaceDeclarationInChunks
4 references to SupportsNamespaceDeclarationInChunks
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
234
return _wrapped.
SupportsNamespaceDeclarationInChunks
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
336
return _wrapped.
SupportsNamespaceDeclarationInChunks
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
784
if (_rawWriter.
SupportsNamespaceDeclarationInChunks
)
818
if (_rawWriter.
SupportsNamespaceDeclarationInChunks
)