1 implementation of AreInternalsVisibleToThisAssembly
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AssemblySymbol.cs (1)
555bool IAssemblySymbolInternal.AreInternalsVisibleToThisAssembly(IAssemblySymbolInternal otherAssembly)
1 reference to AreInternalsVisibleToThisAssembly
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
633bool grantsIvt = currentAssemblyInternal.AreInternalsVisibleToThisAssembly(assemblyInternal);