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