2 references to InvalidSRFormatCall
Microsoft.DotNet.CodeAnalysis (2)
Analyzers\ResourceUsageAnalyzer.cs (2)
21
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { return ImmutableArray.Create(
InvalidSRFormatCall
); } }
53
context.ReportDiagnostic(Diagnostic.Create(
InvalidSRFormatCall
, invokeExpr.GetLocation(), invokeExpr.GetText()));