1 write to Compilation
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.RootedSymbolSet.cs (1)
67
Compilation
= 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
100
if (this.
Compilation
.Assembly.Equals(symbol))
102
compilation = this.
Compilation
;
107
if (this.
Compilation
.Language == LanguageNames.CSharp &&
108
this.
Compilation
.DynamicType.Equals(symbol))
110
compilation = this.
Compilation
;
138
compilation = this.
Compilation
;