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))