8 references to SendValidationEvent
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (8)
538SendValidationEvent(code, new string[] { uri }, eInner, sourceSchemaObject); 571SendValidationEvent(ResXml.Sch_AttributeValueDataTypeDetailed, new string[] { "version", schema.Version, tokenDt.TypeCodeString, exception.Message }, exception, schema); 1926SendValidationEvent(ResXml.Sch_InvalidPublicAttribute, new string[] { notation.Public }, eInner, notation); 2028SendValidationEvent(ResXml.Sch_InvalidAnyDetailed, new string[] { fe.Message }, fe, particle); 2071SendValidationEvent(ResXml.Sch_InvalidAnyDetailed, new string[] { fe.Message }, fe, anyAttribute); 2087SendValidationEvent(ResXml.Sch_InvalidIdAttribute, new string[] { ex.Message }, ex, xso); 2145SendValidationEvent(ResXml.Sch_InvalidAttribute, new string[] { attributeName, fx.Message }, fx, xso); 2149SendValidationEvent(ResXml.Sch_InvalidAttribute, new string[] { attributeName, ex.Message }, ex, xso);