3 references to assemblyIsInReferences
Microsoft.CodeAnalysis (3)
Compilation\Compilation.cs (3)
1721return assemblyIsInReferences((IAssemblySymbol)s); 1756return assemblyIsInReferences(s.ContainingAssembly ?? this.Assembly); 1758return assemblyIsInReferences(s.ContainingAssembly);