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