2 writes to Compilation
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilationReference.cs (2)
40this.Compilation = compilation; 46this.Compilation = compilation;
5 references to Compilation
Microsoft.CodeAnalysis.CSharp (5)
Compilation\CSharpCompilationReference.cs (3)
25get { return this.Compilation; } 51return new CSharpCompilationReference(Compilation, properties); 56return CSharpResources.CompilationC + this.Compilation.AssemblyName;
Symbols\ReferenceManager.cs (2)
93var result = new AssemblyDataForCompilation(csReference.Compilation, csReference.Properties.EmbedInteropTypes); 94Debug.Assert(csReference.Compilation._lazyAssemblySymbol is object);