3 references to assemblyIsInReferences
Microsoft.CodeAnalysis (3)
Compilation\Compilation.cs (3)
1696return assemblyIsInReferences((IAssemblySymbol)s); 1731return assemblyIsInReferences(s.ContainingAssembly ?? this.Assembly); 1733return assemblyIsInReferences(s.ContainingAssembly);