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