Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ LineInfoProvider

IXmlLineInfo System.Xml.Schema.XmlSchemaValidator.LineInfoProvider
getset

Definition at line 168 of file XmlSchemaValidator.cs.

169 {
170 get
171 {
172 return _positionInfo;
173 }
175 set
176 {
177 if (value == null)
178 {
180 }
181 else
182 {
184 }
185 }
186 }
static readonly IXmlLineInfo s_dummyPositionInfo

Referenced by System.Xml.Schema.XNodeValidator.SaveLineInfo().