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