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