13 references to BuildElementName
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (2)
181
SendValidationEvent(ResXml.Sch_InvalidTextInElement, XmlSchemaValidator.
BuildElementName
(context.LocalName, context.Namespace));
186
SendValidationEvent(ResXml.Sch_InvalidTextInElementExpecting, new string[] { XmlSchemaValidator.
BuildElementName
(context.LocalName, context.Namespace), XmlSchemaValidator.PrintExpectedElements(names, false) });
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (11)
824
SendValidationEvent(ResXml.Sch_InvalidTextInElement,
BuildElementName
(_context.LocalName, _context.Namespace));
829
SendValidationEvent(ResXml.Sch_InvalidTextInElementExpecting, new string[] {
BuildElementName
(_context.LocalName, _context.Namespace), PrintExpectedElements(names, true) });
2549
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(ResXml.Sch_InvalidElementContentComplex, new string[] {
BuildElementName
(context.LocalName, context.Namespace), BuildElementName(name), ResXml.Sch_ComplexContentModel }, sourceUri, lineNo, linePos), XmlSeverityType.Error);
2553
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(ResXml.Sch_InvalidElementContent, new string[] {
BuildElementName
(context.LocalName, context.Namespace), BuildElementName(name) }, sourceUri, lineNo, linePos), XmlSeverityType.Error);
2561
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(ResXml.Sch_InvalidElementContentExpectingComplex, new string[] {
BuildElementName
(context.LocalName, context.Namespace), BuildElementName(name), PrintExpectedElements(names, getParticles), ResXml.Sch_ComplexContentModel }, sourceUri, lineNo, linePos), XmlSeverityType.Error);
2565
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(ResXml.Sch_InvalidElementContentExpecting, new string[] {
BuildElementName
(context.LocalName, context.Namespace), BuildElementName(name), PrintExpectedElements(names, getParticles) }, sourceUri, lineNo, linePos), XmlSeverityType.Error);
2602
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(ResXml.Sch_IncompleteContentComplex, new string[] {
BuildElementName
(context.LocalName, context.Namespace), ResXml.Sch_ComplexContentModel }, sourceUri, lineNo, linePos), XmlSeverityType.Error);
2604
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(ResXml.Sch_IncompleteContent,
BuildElementName
(context.LocalName, context.Namespace), sourceUri, lineNo, linePos), XmlSeverityType.Error);
2611
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(ResXml.Sch_IncompleteContentExpectingComplex, new string[] {
BuildElementName
(context.LocalName, context.Namespace), PrintExpectedElements(names, getParticles), ResXml.Sch_ComplexContentModel }, sourceUri, lineNo, linePos), XmlSeverityType.Error);
2615
SendValidationEvent(eventHandler, sender, new XmlSchemaValidationException(ResXml.Sch_IncompleteContentExpecting, new string[] {
BuildElementName
(context.LocalName, context.Namespace), PrintExpectedElements(names, getParticles) }, sourceUri, lineNo, linePos), XmlSeverityType.Error);
2774
return
BuildElementName
(qname.Name, qname.Namespace);