24 references to Prohibit
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (2)
3130
if (_dtdProcessing == DtdProcessing.
Prohibit
)
3230
settings.DtdProcessing = DtdProcessing.
Prohibit
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (2)
229
if (_dtdProcessing == DtdProcessing.
Prohibit
)
305
if (_dtdProcessing == DtdProcessing.
Prohibit
)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReaderAsync.cs (2)
80
if (_dtdProcessing == DtdProcessing.
Prohibit
)
156
if (_dtdProcessing == DtdProcessing.
Prohibit
)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (7)
286
return _dtdProcessing == DtdProcessing.
Prohibit
;
291
_dtdProcessing = value ? DtdProcessing.
Prohibit
: DtdProcessing.Parse;
587
_dtdProcessing = DtdProcessing.
Prohibit
;
716
if ((_dtdProcessing == DtdProcessing.
Prohibit
&& baseDtdProcessing != DtdProcessing.
Prohibit
) ||
751
if ((_dtdProcessing == DtdProcessing.
Prohibit
&& baseReaderSettings.DtdProcessing != DtdProcessing.
Prohibit
) ||
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (2)
405
get { return _impl.DtdProcessing == DtdProcessing.
Prohibit
; }
406
set { _impl.DtdProcessing = value ? DtdProcessing.
Prohibit
: DtdProcessing.Parse; }
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
3113
case DtdProcessing.
Prohibit
:
6789
if (_dtdProcessing == DtdProcessing.
Prohibit
)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
221
_readerSettings.DtdProcessing = DtdProcessing.
Prohibit
;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
121
_readerSettings.DtdProcessing = DtdProcessing.
Prohibit
;
FrameworkFork\Microsoft.Xml\Xml\Xslt\XsltCommand.cs (1)
29
s_readerSettings.DtdProcessing = DtdProcessing.
Prohibit
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
353
reader.DtdProcessing = DtdProcessing.
Prohibit
;
366
reader.DtdProcessing = DtdProcessing.
Prohibit
;
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (2)
125
readerNew.DtdProcessing = DtdProcessing.
Prohibit
;
137
readerNew.DtdProcessing = DtdProcessing.
Prohibit
;