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