19 references to Parse
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
620settings.DtdProcessing = DtdProcessing.Parse;
System.Private.Xml (15)
System\Xml\Core\XmlReaderSettings.cs (5)
205_dtdProcessing = value ? DtdProcessing.Prohibit : DtdProcessing.Parse; 216if ((uint)value > (uint)DtdProcessing.Parse) 564DtdProcessing baseDtdProcessing = DtdProcessing.Parse; 571(_dtdProcessing == DtdProcessing.Ignore && baseDtdProcessing == DtdProcessing.Parse)) 606(_dtdProcessing == DtdProcessing.Ignore && baseReaderSettings.DtdProcessing == DtdProcessing.Parse))
System\Xml\Core\XmlTextReader.cs (1)
392set { _impl.DtdProcessing = value ? DtdProcessing.Prohibit : DtdProcessing.Parse; }
System\Xml\Core\XmlTextReaderImpl.cs (5)
186private DtdProcessing _dtdProcessing = DtdProcessing.Parse; 2073ArgumentOutOfRangeException.ThrowIfGreaterThan((uint)value, (uint)DtdProcessing.Parse, nameof(value)); 3044case DtdProcessing.Parse: 6028if (_dtdInfo == null && _fragmentParserContext != null && _fragmentParserContext.HasDtdInfo && _dtdProcessing == DtdProcessing.Parse) 6706if (_dtdProcessing == DtdProcessing.Parse)
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
987case DtdProcessing.Parse: 3813if (_dtdInfo == null && _fragmentParserContext != null && _fragmentParserContext.HasDtdInfo && _dtdProcessing == DtdProcessing.Parse) 4447if (_dtdProcessing == DtdProcessing.Parse)
System\Xml\Xsl\QueryReaderSettings.cs (1)
100readerImpl.DtdProcessing = _prohibitDtd ? DtdProcessing.Prohibit : DtdProcessing.Parse;
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Utils.cs (3)
191settings.DtdProcessing = DtdProcessing.Parse; 212settings.DtdProcessing = DtdProcessing.Parse; 235settings.DtdProcessing = DtdProcessing.Parse;