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