2 instantiations of CSharpCompilationReference
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
1286
return new
CSharpCompilationReference
(this, aliases, embedInteropTypes);
Compilation\CSharpCompilationReference.cs (1)
51
return new
CSharpCompilationReference
(Compilation, properties);
4 references to CSharpCompilationReference
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (2)
407
var validatedReferences = ValidateReferences<
CSharpCompilationReference
>(references);
628
ValidateReferences<
CSharpCompilationReference
>(references),
Symbols\ReferenceManager.cs (2)
87
var
csReference = compilationReference as
CSharpCompilationReference
;