4 references to convRUn
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\NativeIntegerTests.cs (4)
8693
conversions(sourceType: "nuint", destType: "float", ImplicitNumeric, expectedImplicitIL:
convRUn
("conv.r4"), expectedExplicitIL:
convRUn
("conv.r4"));
8694
conversions(sourceType: "nuint", destType: "double", ImplicitNumeric, expectedImplicitIL:
convRUn
("conv.r8"), expectedExplicitIL:
convRUn
("conv.r8"));