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