1 write to Compilation
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.RootedSymbolSet.cs (1)
67Compilation = compilation;
8 references to Compilation
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Solution\SolutionCompilationState.RootedSymbolSet.cs (8)
42/// cref="Compilation"/>. 46/// contained a <see cref="Compilation"/> that could have produced that symbol. This is especially needed with OOP 100if (this.Compilation.Assembly.Equals(symbol)) 102compilation = this.Compilation; 107if (this.Compilation.Language == LanguageNames.CSharp && 108this.Compilation.DynamicType.Equals(symbol)) 110compilation = this.Compilation; 138compilation = this.Compilation;