2 types derived from Datatype_decimal
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (2)
3168internal class Datatype_integer : Datatype_decimal 3898internal class Datatype_fixed : Datatype_decimal
1 instantiation of Datatype_decimal
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
663static private readonly DatatypeImplementation s_decimal = new Datatype_decimal();