2 writes to _xsdtype
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (2)
236set { _xsdtype = value; } 243_xsdtype = xsdtype;
2 references to _xsdtype
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (2)
235get { return _xsdtype; } 267switch (_xsdtype.TypeCode)