3 references to assemblyIsInReferences
Microsoft.CodeAnalysis (3)
Compilation\Compilation.cs (3)
1714
return
assemblyIsInReferences
((IAssemblySymbol)s);
1749
return
assemblyIsInReferences
(s.ContainingAssembly ?? this.Assembly);
1751
return
assemblyIsInReferences
(s.ContainingAssembly);