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