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