3 references to ProhibitDtd
Microsoft.Build.Tasks.Core (3)
XmlPeek.cs (3)
87
using (XmlReader xr = xmlinput.CreateReader(
ProhibitDtd
))
94
if (XmlTaskUtility.IsDtdProhibitedException(e,
ProhibitDtd
, xmlinput.ContainsDtd))
96
Log.LogErrorWithCodeFromResources("XmlPeekPoke.InputDtdProhibited", nameof(
ProhibitDtd
), nameof(XmlPeek));