30 references to CreateVisualBasicCompilation
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (29)
Semantics\InterpolationTests.cs (15)
6812
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
6908
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
6983
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
7061
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
7136
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
7244
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
7284
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
7324
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
7364
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
7441
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
7518
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
7599
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
7771
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
13109
var vbComp =
CreateVisualBasicCompilation
(new[] { vb, InterpolatedStringHandlerAttributesVB });
16508
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
Semantics\RawInterpolationTests_Handler.cs (14)
5094
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
5202
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
5289
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
5379
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
5466
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
5553
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
5600
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
5647
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
5736
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
5825
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
5918
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
5965
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
9802
var vbComp =
CreateVisualBasicCompilation
(new[] { vb, InterpolatedStringHandlerAttributesVB });
12886
var vbComp =
CreateVisualBasicCompilation
(new[] { vbCode, InterpolatedStringHandlerAttributesVB });
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\RequiredMembersTests.cs (1)
39
=>
CreateVisualBasicCompilation
(new[] { source, RequiredMemberAttributeVB });