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