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