2 references to Zero
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1039static double INumberBase<double>.Zero => Zero;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1288static NFloat INumberBase<NFloat>.Zero => new NFloat(NativeType.Zero);