3 references to TryGetFormatText
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\LoggerMessageDefineAnalyzer.cs (3)
197var text = TryGetFormatText(formatExpression); 259var leftText = TryGetFormatText(binary.LeftOperand); 260var rightText = TryGetFormatText(binary.RightOperand);