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