1 write to _compilation
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\TypedConstantTests.vb (1)
27_compilation = VisualBasicCompilation.Create("goo")
4 references to _compilation
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (4)
SymbolsTests\TypedConstantTests.vb (4)
28_namedType = _compilation.GetSpecialType(SpecialType.System_Byte) 29_systemType = _compilation.GetWellKnownType(WellKnownType.System_Type) 30_arrayType = _compilation.CreateArrayTypeSymbol(_compilation.GetSpecialType(SpecialType.System_Object))