1 write to _builtInType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
50
_builtInType
= (int)_builtInEnum > 0 ? DatatypeImplementation.GetSimpleTypeFromTypeCode(_builtInEnum).Datatype : _datatype;
4 references to _builtInType
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (4)
238
_derivedRestriction.MaxInclusive = ParseFacetValue(
_builtInType
, facet, ResXml.Sch_MaxInclusiveFacetInvalid, null, null);
255
_derivedRestriction.MaxExclusive = ParseFacetValue(
_builtInType
, facet, ResXml.Sch_MaxExclusiveFacetInvalid, null, null);
272
_derivedRestriction.MinInclusive = ParseFacetValue(
_builtInType
, facet, ResXml.Sch_MinInclusiveFacetInvalid, null, null);
289
_derivedRestriction.MinExclusive = ParseFacetValue(
_builtInType
, facet, ResXml.Sch_MinExclusiveFacetInvalid, null, null);