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