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