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