23 writes to _restrictionErrorMsg
dotnet-svcutil-lib (23)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (23)
1109_restrictionErrorMsg = null; 1159_restrictionErrorMsg = null; 1529_restrictionErrorMsg = ResXml.Sch_ForbiddenDerivedParticleForElem; 1567_restrictionErrorMsg = string.Format(ResXml.Sch_SeqFromAll, derivedParticle.LineNumber.ToString(NumberFormatInfo.InvariantInfo), derivedParticle.LinePosition.ToString(NumberFormatInfo.InvariantInfo), baseParticle.LineNumber.ToString(NumberFormatInfo.InvariantInfo), baseParticle.LinePosition.ToString(NumberFormatInfo.InvariantInfo)); 1571_restrictionErrorMsg = ResXml.Sch_ForbiddenDerivedParticleForAll; 1601_restrictionErrorMsg = string.Format(ResXml.Sch_SeqFromChoice, derivedParticle.LineNumber.ToString(NumberFormatInfo.InvariantInfo), derivedParticle.LinePosition.ToString(NumberFormatInfo.InvariantInfo), baseParticle.LineNumber.ToString(NumberFormatInfo.InvariantInfo), baseParticle.LinePosition.ToString(NumberFormatInfo.InvariantInfo)); 1605_restrictionErrorMsg = ResXml.Sch_ForbiddenDerivedParticleForChoice; 1624_restrictionErrorMsg = ResXml.Sch_ForbiddenDerivedParticleForSeq; 1659_restrictionErrorMsg = string.Format(ResXml.Sch_ElementFromElement, derivedElement.QualifiedName, baseElement.QualifiedName); 1669_restrictionErrorMsg = string.Format(ResXml.Sch_ElementFromAnyRule1, derivedElement.QualifiedName.ToString()); 1674_restrictionErrorMsg = string.Format(ResXml.Sch_ElementFromAnyRule2, derivedElement.QualifiedName.ToString()); 1684_restrictionErrorMsg = ResXml.Sch_AnyFromAnyRule1; 1689_restrictionErrorMsg = ResXml.Sch_AnyFromAnyRule2; 1694_restrictionErrorMsg = ResXml.Sch_AnyFromAnyRule3; 1706_restrictionErrorMsg = string.Format(ResXml.Sch_GroupBaseFromAny2, derivedGroupBase.LineNumber.ToString(NumberFormatInfo.InvariantInfo), derivedGroupBase.LinePosition.ToString(NumberFormatInfo.InvariantInfo), baseAny.LineNumber.ToString(NumberFormatInfo.InvariantInfo), baseAny.LinePosition.ToString(NumberFormatInfo.InvariantInfo)); 1716_restrictionErrorMsg = ResXml.Sch_GroupBaseFromAny1; 1781_restrictionErrorMsg = string.Format(ResXml.Sch_ElementFromGroupBase1, derivedElement.QualifiedName.ToString(), derivedElement.LineNumber.ToString(NumberFormatInfo.InvariantInfo), derivedElement.LinePosition.ToString(NumberFormatInfo.InvariantInfo), baseGroupBase.LineNumber.ToString(NumberFormatInfo.InvariantInfo), baseGroupBase.LinePosition.ToString(NumberFormatInfo.InvariantInfo)); 1793_restrictionErrorMsg = string.Format(ResXml.Sch_ElementFromGroupBase2, derivedElement.QualifiedName.ToString(), derivedElement.LineNumber.ToString(NumberFormatInfo.InvariantInfo), derivedElement.LinePosition.ToString(NumberFormatInfo.InvariantInfo), baseGroupBase.LineNumber.ToString(NumberFormatInfo.InvariantInfo), baseGroupBase.LinePosition.ToString(NumberFormatInfo.InvariantInfo)); 1805_restrictionErrorMsg = string.Format(ResXml.Sch_ElementFromGroupBase3, derivedElement.QualifiedName.ToString(), derivedElement.LineNumber.ToString(NumberFormatInfo.InvariantInfo), derivedElement.LinePosition.ToString(NumberFormatInfo.InvariantInfo), baseGroupBase.LineNumber.ToString(NumberFormatInfo.InvariantInfo), baseGroupBase.LinePosition.ToString(NumberFormatInfo.InvariantInfo)); 1814_restrictionErrorMsg = ResXml.Sch_GroupBaseRestRangeInvalid; 1831_restrictionErrorMsg = ResXml.Sch_GroupBaseRestRangeInvalid; 1836_restrictionErrorMsg = ResXml.Sch_GroupBaseRestNoMap; 1852_restrictionErrorMsg = ResXml.Sch_GroupBaseRestNotEmptiable;
5 references to _restrictionErrorMsg
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (5)
1129if (_restrictionErrorMsg != null) 1131SendValidationEvent(ResXml.Sch_InvalidParticleRestrictionDetailed, _restrictionErrorMsg, complexType); 1164if (_restrictionErrorMsg != null) 1166SendValidationEvent(ResXml.Sch_InvalidParticleRestrictionDetailed, _restrictionErrorMsg, derivedParticle); 1850if (_restrictionErrorMsg == null)