1 write to _compilation
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\TypedConstantTests.cs (1)
31
_compilation
= CreateCompilation("class C {}");
10 references to _compilation
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (10)
Symbols\TypedConstantTests.cs (10)
32
_namedType =
_compilation
.GlobalNamespace.GetMember<NamedTypeSymbol>("C");
33
_systemType =
_compilation
.GetWellKnownType(WellKnownType.System_Type);
34
_arrayType =
_compilation
.CreateArrayTypeSymbol(
_compilation
.GetSpecialType(SpecialType.System_Object));
35
_intType =
_compilation
.GetSpecialType(SpecialType.System_Int32);
36
_stringType =
_compilation
.GetSpecialType(SpecialType.System_String);
37
_enumString1 =
_compilation
.GetSpecialType(SpecialType.System_Collections_Generic_IEnumerable_T).Construct(
_compilation
.GetSpecialType(SpecialType.System_String));
38
_enumString2 =
_compilation
.GetSpecialType(SpecialType.System_Collections_Generic_IEnumerable_T).Construct(
_compilation
.GetSpecialType(SpecialType.System_String));