7 references to Create
Microsoft.AspNetCore.App.Analyzers (1)
Http\HeaderDictionaryIndexerAnalyzer.cs (1)
175context.ReportDiagnostic(Diagnostic.Create(
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\CommonDiagnosticAnalyzers.cs (2)
72context.ReportDiagnostic(Diagnostic.Create(Descriptor1, location, s_properties)); 77context.ReportDiagnostic(Diagnostic.Create(Descriptor2, Location.None, s_properties)));
Microsoft.Interop.SourceGeneration (2)
DiagnosticExtensions.cs (2)
88Diagnostic.Create(descriptor, Location.None, properties: properties, args) : 109return Diagnostic.Create(
Microsoft.ML.InternalCodeAnalyzer (2)
NameAnalyzer.cs (2)
38return Diagnostic.Create(rule, identifier.GetLocation(), props, text); 42return Diagnostic.Create(rule, identifier.GetLocation(), props, newArgs);