68 references to Prohibit
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlReader.cs (1)
215
reader.DtdProcessing = DtdProcessing.
Prohibit
;
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
262
readerSettings.DtdProcessing = DtdProcessing.
Prohibit
;
System.Data.Linq (3)
Mapping\MappingSource.cs (3)
145
reader.DtdProcessing = DtdProcessing.
Prohibit
;
185
reader.DtdProcessing = DtdProcessing.
Prohibit
;
204
reader.DtdProcessing = DtdProcessing.
Prohibit
;
System.Data.SqlXml (3)
System\Xml\Xsl\QueryReaderSettings.cs (3)
33
xmlReaderSettings.DtdProcessing = DtdProcessing.
Prohibit
;
65
prohibitDtd = ( impl.DtdProcessing == DtdProcessing.
Prohibit
);
89
readerImpl.DtdProcessing = prohibitDtd ? DtdProcessing.
Prohibit
: DtdProcessing.Parse;
System.Messaging (2)
System\Messaging\XmlMessageFormatter.cs (2)
129
reader.DtdProcessing = DtdProcessing.
Prohibit
;
205
reader.DtdProcessing = DtdProcessing.
Prohibit
;
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaExporter.cs (1)
78
XmlSchema schema = XmlSchema.Read(new XmlTextReader(reader) { DtdProcessing = DtdProcessing.
Prohibit
}, null);
System\Runtime\Serialization\SchemaImporter.cs (1)
54
XmlSchema schema = XmlSchema.Read(new XmlTextReader(reader) { DtdProcessing = DtdProcessing.
Prohibit
}, null);
System.ServiceModel (14)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
445
reader.DtdProcessing = DtdProcessing.
Prohibit
;
System\ServiceModel\Description\MessageContractExporter.cs (6)
1351
return XmlSchema.Read(new XmlTextReader(reader) { DtdProcessing = DtdProcessing.
Prohibit
}, null);
1357
return XmlSchema.Read(new XmlTextReader(reader) { DtdProcessing = DtdProcessing.
Prohibit
}, null);
1363
return XmlSchema.Read(new XmlTextReader(reader) { DtdProcessing = DtdProcessing.
Prohibit
}, null);
1369
return XmlSchema.Read(new XmlTextReader(reader) { DtdProcessing = DtdProcessing.
Prohibit
}, null);
1375
return XmlSchema.Read(new XmlTextReader(reader) { DtdProcessing = DtdProcessing.
Prohibit
}, null);
1381
return XmlSchema.Read(new XmlTextReader(reader) { DtdProcessing = DtdProcessing.
Prohibit
}, null);
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
95
doc.Load(new XmlTextReader(memoryStream) { DtdProcessing = DtdProcessing.
Prohibit
});
System\ServiceModel\EndpointAddress10.cs (1)
70
using (XmlTextReader reader = new XmlTextReader(new StringReader(Schema)) { DtdProcessing = DtdProcessing.
Prohibit
})
System\ServiceModel\EndpointAddressAugust2004.cs (1)
70
using (XmlTextReader reader = new XmlTextReader(new StringReader(Schema)) { DtdProcessing = DtdProcessing.
Prohibit
})
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
464
dom.Load(new XmlTextReader(stream) { DtdProcessing = DtdProcessing.
Prohibit
});
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
2313
result = (XmlElement)doc.ReadNode(new XmlTextReader(stream) { DtdProcessing = DtdProcessing.
Prohibit
});
System\ServiceModel\Security\WSTrust.cs (1)
1420
using (XmlDictionaryReader reader = XmlDictionaryReader.CreateDictionaryReader(new XmlTextReader(stream) { DtdProcessing = DtdProcessing.
Prohibit
}))
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
2068
return XmlSchema.Read(new XmlTextReader(reader) { DtdProcessing = DtdProcessing.
Prohibit
}, null);
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1945
settings.DtdProcessing = DtdProcessing.
Prohibit
; //don't allow DTD
System.Web.Services (14)
System\Web\Services\Description\ServiceDescription.cs (2)
327
reader.DtdProcessing = DtdProcessing.
Prohibit
;
339
reader.DtdProcessing = DtdProcessing.
Prohibit
;
System\Web\Services\Description\WebReferenceOptions.cs (2)
114
readerNew.DtdProcessing = DtdProcessing.
Prohibit
;
125
readerNew.DtdProcessing = DtdProcessing.
Prohibit
;
System\Web\Services\Discovery\ContractReference.cs (1)
225
reader.DtdProcessing = DtdProcessing.
Prohibit
;
System\Web\Services\Discovery\DiscoveryDocument.cs (2)
61
r.DtdProcessing = DtdProcessing.
Prohibit
;
73
r.DtdProcessing = DtdProcessing.
Prohibit
;
System\Web\Services\Discovery\DiscoveryDocumentReference.cs (4)
142
reader.DtdProcessing = DtdProcessing.
Prohibit
;
177
reader.DtdProcessing = DtdProcessing.
Prohibit
;
188
newReader.DtdProcessing = DtdProcessing.
Prohibit
;
197
piReader.DtdProcessing = DtdProcessing.
Prohibit
;
System\Web\Services\Discovery\DiscoveryRequestHandler.cs (1)
58
xmlReader.DtdProcessing = DtdProcessing.
Prohibit
;
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
275
reader.DtdProcessing = DtdProcessing.
Prohibit
;
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
296
reader.DtdProcessing = DtdProcessing.
Prohibit
;
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1945
settings.DtdProcessing = DtdProcessing.
Prohibit
; //don't allow DTD
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
1146
Xml.XmlTextReader reader = new Xml.XmlTextReader(binaryStream) { DtdProcessing = DtdProcessing.
Prohibit
};
AuthoringOM\Design\ComponentSerializationService.cs (2)
196
XmlTextReader reader = new XmlTextReader(this.serializedXmlString, XmlNodeType.Element, null) { DtdProcessing = DtdProcessing.
Prohibit
};
238
using (XmlTextReader reader = new XmlTextReader(stringReader) { DtdProcessing = DtdProcessing.
Prohibit
})
System.Workflow.Runtime (2)
Tracking\TrackingProfileSerializer.cs (2)
32
_schema = XmlSchema.Read(new XmlTextReader(reader) { DtdProcessing = DtdProcessing.
Prohibit
}, null);
841
profileSettings.DtdProcessing = DtdProcessing.
Prohibit
;
System.Xml (21)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
2750
if (this.dtdProcessing == DtdProcessing.
Prohibit
)
2837
settings.DtdProcessing = DtdProcessing.
Prohibit
;
System\Xml\Core\XmlCharCheckingReader.cs (2)
197
if ( dtdProcessing == DtdProcessing.
Prohibit
) {
260
if ( dtdProcessing == DtdProcessing.
Prohibit
) {
System\Xml\Core\XmlCharCheckingReaderAsync.cs (2)
65
if ( dtdProcessing == DtdProcessing.
Prohibit
) {
128
if ( dtdProcessing == DtdProcessing.
Prohibit
) {
System\Xml\Core\XmlReaderSettings.cs (7)
260
return dtdProcessing == DtdProcessing.
Prohibit
;
264
dtdProcessing = value ? DtdProcessing.
Prohibit
: DtdProcessing.Parse;
526
dtdProcessing = DtdProcessing.
Prohibit
;
667
if ((this.dtdProcessing == DtdProcessing.
Prohibit
&& baseDtdProcessing != DtdProcessing.
Prohibit
) ||
695
if ((this.dtdProcessing == DtdProcessing.
Prohibit
&& baseReaderSettings.DtdProcessing != DtdProcessing.
Prohibit
) ||
System\Xml\Core\XmlTextReader.cs (2)
340
get { return impl.DtdProcessing == DtdProcessing.
Prohibit
; }
341
set { impl.DtdProcessing = value ? DtdProcessing.
Prohibit
: DtdProcessing.Parse; }
System\Xml\Core\XmlTextReaderImpl.cs (2)
2796
case DtdProcessing.
Prohibit
:
6043
if ( dtdProcessing == DtdProcessing.
Prohibit
) {
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
940
case DtdProcessing.
Prohibit
:
4095
if ( dtdProcessing == DtdProcessing.
Prohibit
) {
System\Xml\Schema\Preprocessor.cs (1)
191
readerSettings.DtdProcessing = DtdProcessing.
Prohibit
;
System\Xml\Schema\XmlSchemaSet.cs (1)
120
readerSettings.DtdProcessing = DtdProcessing.
Prohibit
;