5 references to Create
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (1)
115
reportDiagnostic(Diagnostic.
Create
(LegacyFormatTargetDescriptor, targetValueOperation.Syntax.GetLocation(), properties!, targetSymbolString));
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (1)
401
ImmutableArray.Create(DiagnosticData.Create(document.Project.Solution, Diagnostic.
Create
(NoNameAnalyzer.s_syntaxRule, location, properties), document.Project))),
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (1)
115
reportDiagnostic(Diagnostic.
Create
(LegacyFormatTargetDescriptor, targetValueOperation.Syntax.GetLocation(), properties!, targetSymbolString));
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\CommonDiagnosticAnalyzers.cs (2)
71
context.ReportDiagnostic(Diagnostic.
Create
(Descriptor1, location, s_properties));
76
context.ReportDiagnostic(Diagnostic.
Create
(Descriptor2, Location.None, s_properties)));