3 references to InternalsAreVisible
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
4756return !isInternal || SourceAssembly.InternalsAreVisible;
Symbols\Source\SourceAssemblySymbol.cs (1)
2685this.InternalsAreVisible ||
Symbols\Source\SourceModuleSymbol.cs (1)
656new TypedConstant(compilation.GetSpecialType(SpecialType.System_Boolean), TypedConstantKind.Primitive, _assemblySymbol.InternalsAreVisible));