3 references to assemblyIsInReferences
Microsoft.CodeAnalysis (3)
Compilation\Compilation.cs (3)
1713return assemblyIsInReferences((IAssemblySymbol)s); 1748return assemblyIsInReferences(s.ContainingAssembly ?? this.Assembly); 1750return assemblyIsInReferences(s.ContainingAssembly);