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