36 references to Warning
dotnet-svcutil-lib (36)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
98
SendValidationEvent(ResXml.Xml_NoDTDPresent, _name.ToString(), XmlSeverityType.
Warning
);
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (6)
349
SendValidationEvent(new XmlSchemaException(ResXml.Sch_InvalidIncludeLocation, null, innerException, include.SourceUri, include.LineNumber, include.LinePosition, include), XmlSeverityType.
Warning
);
399
SendValidationEvent(ResXml.Sch_InvalidIncludeLocation, include, XmlSeverityType.
Warning
);
418
SendValidationEvent(new XmlSchemaException(ResXml.Sch_InvalidIncludeLocation, null, eInner, include.SourceUri, include.LineNumber, include.LinePosition, include), XmlSeverityType.
Warning
);
428
SendValidationEvent(new XmlSchemaException(ResXml.Sch_InvalidIncludeLocation, null, innerException, include.SourceUri, include.LineNumber, include.LinePosition, include), XmlSeverityType.
Warning
);
861
SendValidationEvent(ResXml.Sch_MultipleRedefine, redefine, XmlSeverityType.
Warning
);
2140
SendValidationEvent(ResXml.Sch_UnrefNS, value.Namespace, xso, XmlSeverityType.
Warning
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (6)
1063
SendValidationEvent(ResXml.Sch_EmptyChoice, choice, XmlSeverityType.
Warning
);
1167
SendValidationEvent(ResXml.Sch_EmptyChoice, groupRef, XmlSeverityType.
Warning
);
1266
SendValidationEvent(ResXml.Sch_EmptyChoice, oldChoice, XmlSeverityType.
Warning
);
1811
SendValidationEvent(ResXml.Sch_AttributeIgnored, attribute.QualifiedName.ToString(), attribute, XmlSeverityType.
Warning
);
1837
SendValidationEvent(ResXml.Sch_AttributeIgnored, attributeValue.QualifiedName.ToString(), attributeValue, XmlSeverityType.
Warning
);
2505
SendValidationEvent(ResXml.Sch_ComplexContentModel, complexType, XmlSeverityType.
Warning
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
249
SendValidationEvent(ResXml.Sch_InvalidIncludeLocation, include, XmlSeverityType.
Warning
);
258
SendValidationEvent(ResXml.Sch_InvalidIncludeLocation, include, XmlSeverityType.
Warning
);
1777
SendValidationEvent(ResXml.Sch_UnrefNS, value.Namespace, xso, XmlSeverityType.
Warning
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (6)
1183
SendValidationEvent(ResXml.Sch_EmptyChoice, choice, XmlSeverityType.
Warning
);
1293
SendValidationEvent(ResXml.Sch_EmptyChoice, groupRef, XmlSeverityType.
Warning
);
1381
SendValidationEvent(ResXml.Sch_EmptyChoice, oldChoice, XmlSeverityType.
Warning
);
2154
SendValidationEvent(ResXml.Sch_AttributeIgnored, attr.QualifiedName.ToString(), attr, XmlSeverityType.
Warning
);
2180
SendValidationEvent(ResXml.Sch_AttributeIgnored, attribute.QualifiedName.ToString(), attribute, XmlSeverityType.
Warning
);
2948
SendValidationEvent(ResXml.Sch_ComplexContentModel, complexType, XmlSeverityType.
Warning
);
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (1)
541
SendValidationEvent(ResXml.Sch_CannotLoadSchema, new string[] { uri, e.Message }, XmlSeverityType.
Warning
);
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
358
SendValidationEvent(ResXml.Sch_CannotLoadSchema, new string[] { uri, e.Message }, XmlSeverityType.
Warning
);
450
SendValidationEvent(new XmlSchemaException(ResXml.Xml_NoValidation, string.Empty), XmlSeverityType.
Warning
);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
560
SendValidationEvent(new XmlSchemaException(ResXml.Sch_SchemaNotRemoved, string.Empty), XmlSeverityType.
Warning
);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (7)
589
SendValidationEvent(ResXml.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.
Warning
);
691
SendValidationEvent(ResXml.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.
Warning
);
1704
XmlSeverityType severity = XmlSeverityType.
Warning
;
1772
SendValidationEvent(ResXml.Sch_NoElementSchemaFound, QNameString(_context.LocalName, _context.Namespace), XmlSeverityType.
Warning
);
1882
SendValidationEvent(ResXml.Sch_CannotLoadSchema, new string[] { uri, e.Message }, e, XmlSeverityType.
Warning
);
2834
if (severity != XmlSeverityType.
Warning
|| ReportValidationWarnings)
2857
if (severity != XmlSeverityType.
Warning
|| ReportValidationWarnings)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (3)
240
SendValidationEvent(ResXml.Sch_NoElementSchemaFound, XmlSchemaValidator.QNameString(context.LocalName, context.Namespace), XmlSeverityType.
Warning
);
527
SendValidationEvent(ResXml.Sch_NoAttributeSchemaFound, attQName.ToString(), XmlSeverityType.
Warning
);
620
SendValidationEvent(ResXml.Sch_CannotLoadSchema, new string[] { uri, e.Message }, XmlSeverityType.
Warning
);