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