5 references to Type
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (5)
334
if (this.
Type
!= other.
Type
)
337
if (!(this.
Type
.IsComparable(other.
Type
)))
354
return this.
Type
.Compare(this.Value, other.Value) == 0;