2 instantiations of CSharpCompilationReference
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
1291
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)
412
var validatedReferences = ValidateReferences<
CSharpCompilationReference
>(references);
633
ValidateReferences<
CSharpCompilationReference
>(references),
Symbols\ReferenceManager.cs (2)
87
var
csReference = compilationReference as
CSharpCompilationReference
;