1 instantiation of DoubleFloatingPointType
Microsoft.CodeAnalysis (1)
RealParser.cs (1)
259
public static DoubleFloatingPointType Instance = new
DoubleFloatingPointType
();
3 references to DoubleFloatingPointType
Microsoft.CodeAnalysis (3)
RealParser.cs (3)
35
var
dbl =
DoubleFloatingPointType
.Instance;
259
public static
DoubleFloatingPointType
Instance = new DoubleFloatingPointType();