11 references to Parse
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (5)
291_dtdProcessing = value ? DtdProcessing.Prohibit : DtdProcessing.Parse; 305if ((uint)value > (uint)DtdProcessing.Parse) 711DtdProcessing baseDtdProcessing = DtdProcessing.Parse; 717(_dtdProcessing == DtdProcessing.Ignore && baseDtdProcessing == DtdProcessing.Parse)) 752(_dtdProcessing == DtdProcessing.Ignore && baseReaderSettings.DtdProcessing == DtdProcessing.Parse))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
406set { _impl.DtdProcessing = value ? DtdProcessing.Prohibit : DtdProcessing.Parse; }
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (5)
197private DtdProcessing _dtdProcessing = DtdProcessing.Parse; 2135if ((uint)value > (uint)DtdProcessing.Parse) 3119case DtdProcessing.Parse: 6151if (_dtdInfo == null && _fragmentParserContext != null && _fragmentParserContext.HasDtdInfo && _dtdProcessing == DtdProcessing.Parse) 6825if (_dtdProcessing == DtdProcessing.Parse)