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