2 references to CreateDiagnosticInfo
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\DiagnosticReporter.cs (1)
19public static DiagnosticReporter CreateForLocation(Location location, Action<Diagnostic> reportDiagnostic) => new((descriptor, properties, args) => reportDiagnostic(location.CreateDiagnosticInfo(descriptor, properties, args).ToDiagnostic()));
Microsoft.Interop.SourceGeneration (1)
DiagnosticExtensions.cs (1)
157return location.CreateDiagnosticInfo(descriptor, properties, args);