20 references to Pattern
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (15)
514if (flags != 0 && (flags & (RestrictionFlags.Pattern | RestrictionFlags.WhiteSpace | RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits)) != 0) 1042return RestrictionFlags.Length | RestrictionFlags.MinLength | RestrictionFlags.MaxLength | RestrictionFlags.Enumeration | RestrictionFlags.WhiteSpace | RestrictionFlags.Pattern; 1230return RestrictionFlags.Pattern | 1477RestrictionFlags.Pattern | 1547return RestrictionFlags.Pattern | 1627return RestrictionFlags.Pattern | 1716return RestrictionFlags.Pattern | 1810RestrictionFlags.Pattern | 1900return RestrictionFlags.Pattern | 2055return RestrictionFlags.Pattern | 2451RestrictionFlags.Pattern | 2552RestrictionFlags.Pattern | 2659RestrictionFlags.Pattern | 2744RestrictionFlags.Pattern | 3080RestrictionFlags.Pattern |
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (5)
154CheckProhibitedFlag(facet, RestrictionFlags.Pattern, ResXml.Sch_PatternFacetProhibited); 168SetFlag(facet, RestrictionFlags.Pattern); 586if ((_baseFlags & RestrictionFlags.Pattern) != 0) 596SetFlag(RestrictionFlags.Pattern); 878if (restriction != null && (restriction.Flags & RestrictionFlags.Pattern) != 0)