4 references to Sch_EnumerationValue
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (2)
383
SendValidationEvent(ResXml.
Sch_EnumerationValue
, typedValue.ToString());
605
XmlSchemaException e = new XmlSchemaException(ResXml.
Sch_EnumerationValue
, typedValue.ToString(), baseUriStr, attdef.ValueLineNumber, attdef.ValueLinePosition);
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
524
SendValidationEvent(ResXml.
Sch_EnumerationValue
, typedValue.ToString());
604
XmlSchemaException e = new XmlSchemaException(ResXml.
Sch_EnumerationValue
, typedValue.ToString(), baseUri, lineNo, linePos);