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