13 references to VBRuntime
Microsoft.NET.Build.Tests (13)
GivenThatWeWantToUseVB.cs (13)
89var actualVBRuntime = GetVBRuntime(buildCommand.GetValues().FirstOrDefault()); 96private static (VBRuntime, string[]) GetExpectedOutputs(string targetFramework, bool isExe) 109return (VBRuntime.Default, files); 113return (VBRuntime.Referenced, files); 117return (VBRuntime.Embedded, new[] 127return (VBRuntime.Referenced, new[] 138return (VBRuntime.Referenced, new[] 146return (VBRuntime.Embedded, new[] 158private static VBRuntime GetVBRuntime(string property) 163return VBRuntime.Default; 166return VBRuntime.Embedded; 170? VBRuntime.Referenced 171: VBRuntime.Unknown;