3 references to IsAccessibleWithin
Microsoft.CodeAnalysis.CodeStyle (1)
ISymbolExtensions_Accessibility.cs (1)
23return symbol.IsAccessibleWithin(assembly, throughType);
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpUseIndexOperatorDiagnosticAnalyzer.InfoCache.cs (1)
46if (indexType == null || !indexType.IsAccessibleWithin(compilation.Assembly))
CSharpUseRangeOperatorDiagnosticAnalyzer.InfoCache.cs (1)
58if (rangeType == null || !rangeType.IsAccessibleWithin(compilation.Assembly))