24 references to _emptyCompilation
Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests (24)
CodeGeneration\SyntaxGeneratorTests.vb (24)
24
Me._ienumerableInt =
_emptyCompilation
.GetSpecialType(SpecialType.System_Collections_Generic_IEnumerable_T).Construct(
_emptyCompilation
.GetSpecialType(SpecialType.System_Int32))
254
Dim intType =
_emptyCompilation
.GetSpecialType(SpecialType.System_Int32)
290
Dim genericType =
_emptyCompilation
.GetSpecialType(SpecialType.System_Collections_Generic_IEnumerable_T)
293
Dim arrayType =
_emptyCompilation
.CreateArrayTypeSymbol(
_emptyCompilation
.GetSpecialType(SpecialType.System_Int32))
368
Dim intType =
_emptyCompilation
.GetSpecialType(SpecialType.System_Int32)
369
Dim listType =
_emptyCompilation
.GetTypeByMetadataName("System.Collections.Generic.List`1")
938
_emptyCompilation
.GetSpecialType(SpecialType.System_Int32),
939
_emptyCompilation
.GetSpecialType(SpecialType.System_String)
1065
Dim gcHandleType =
_emptyCompilation
.GetTypeByMetadataName(GetType(GCHandle).FullName)
1074
Dim doubleType =
_emptyCompilation
.GetSpecialType(SpecialType.System_Decimal)
1076
Function(m) m.Name = WellKnownMemberNames.ImplicitConversionName AndAlso m.Parameters(0).Type.Equals(
_emptyCompilation
.GetSpecialType(SpecialType.System_Byte)))
2332
Generator.Declaration(
_emptyCompilation
.GetTypeByMetadataName("System.ComponentModel.INotifyPropertyChanged")),
2342
VerifySyntax(Of EnumBlockSyntax)(Generator.Declaration(
_emptyCompilation
.GetTypeByMetadataName("System.DateTimeKind")),
2352
VerifySyntax(Of EnumBlockSyntax)(Generator.Declaration(
_emptyCompilation
.GetTypeByMetadataName("System.Security.SecurityRuleSet")),
2362
Dim compilation =
_emptyCompilation
.AddSyntaxTrees(SyntaxFactory.ParseSyntaxTree("Public Delegate Sub D()"))
2369
Dim compilation =
_emptyCompilation
.AddSyntaxTrees(SyntaxFactory.ParseSyntaxTree(
2385
Dim compilation =
_emptyCompilation
.AddSyntaxTrees(SyntaxFactory.ParseSyntaxTree(
2411
Dim compilation =
_emptyCompilation
.AddSyntaxTrees(SyntaxFactory.ParseSyntaxTree(
2437
Dim compilation =
_emptyCompilation
.AddSyntaxTrees(SyntaxFactory.ParseSyntaxTree(
2453
Dim compilation =
_emptyCompilation
.
2461
compilation =
_emptyCompilation
.AddReferences(reference)
2472
Dim field =
_emptyCompilation
.GetSpecialType(SpecialType.System_UInt32).GetMembers(NameOf(UInt32.MaxValue)).Single()