2 references to TryCreate
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseRangeOperatorCodeFixProvider.cs (1)
73InfoCache.TryCreate(semanticModel.Compilation, out var infoCache) &&
CSharpUseRangeOperatorDiagnosticAnalyzer.cs (1)
67if (!InfoCache.TryCreate(context.Compilation, out var infoCache))