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