6 references to IsAccessibleOutsideAssembly
Microsoft.CodeAnalysis.CSharp (6)
Compiler\ClsComplianceChecker.cs (6)
272System.Diagnostics.Debug.Assert(IsAccessibleOutsideAssembly(constructor), "Should be implied by IsAccessibleIfContainerIsAccessible"); 431bool isAccessibleOutsideAssembly = IsAccessibleOutsideAssembly(symbol); 797System.Diagnostics.Debug.Assert(IsAccessibleOutsideAssembly(symbol)); 814if (!IsAccessibleOutsideAssembly(@interface)) continue; 835if (IsAccessibleOutsideAssembly(member) && 923System.Diagnostics.Debug.Assert(IsAccessibleOutsideAssembly(symbol));