6 references to IsAccessibleOutsideAssembly
Microsoft.CodeAnalysis.CSharp (6)
Compiler\ClsComplianceChecker.cs (6)
279System.Diagnostics.Debug.Assert(IsAccessibleOutsideAssembly(constructor), "Should be implied by IsAccessibleIfContainerIsAccessible"); 438bool isAccessibleOutsideAssembly = IsAccessibleOutsideAssembly(symbol); 804System.Diagnostics.Debug.Assert(IsAccessibleOutsideAssembly(symbol)); 821if (!IsAccessibleOutsideAssembly(@interface)) continue; 842if (IsAccessibleOutsideAssembly(member) && 930System.Diagnostics.Debug.Assert(IsAccessibleOutsideAssembly(symbol));