1 instantiation of InfoCache
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUseIndexOperatorDiagnosticAnalyzer.InfoCache.cs (1)
52
infoCache = new
InfoCache
(indexType, compilation.ExpressionOfTType());
8 references to InfoCache
Microsoft.CodeAnalysis.CSharp.Features (8)
CSharpUseIndexOperatorDiagnosticAnalyzer.cs (7)
70
if (!
InfoCache
.TryCreate(compilation, out
var
infoCache))
99
OperationAnalysisContext context,
InfoCache
infoCache)
117
OperationAnalysisContext context,
InfoCache
infoCache)
139
OperationAnalysisContext context,
InfoCache
infoCache, IPropertySymbol arrayLengthProperty)
159
InfoCache
infoCache,
214
private static IPropertySymbol? TryGetLengthLikeProperty(
InfoCache
infoCache, IMethodSymbol? targetMethod)
CSharpUseIndexOperatorDiagnosticAnalyzer.InfoCache.cs (1)
43
public static bool TryCreate(Compilation compilation, [NotNullWhen(true)] out
InfoCache
? infoCache)