10 references to CreateDiagnostic
Roslyn.Diagnostics.Analyzers (10)
AbstractDoNotCopyValue.cs (2)
1570
_context.ReportDiagnostic(operation.Syntax.
CreateDiagnostic
(AvoidNullableWrapperRule, type, operation.Kind));
1660
_context.ReportDiagnostic(node.
CreateDiagnostic
(UnsupportedUseRule, symbol, operationKind));
DiagnosticExtensions.cs (1)
21
=> syntaxReference.GetSyntax(cancellationToken).
CreateDiagnostic
(rule, args);
DoNotCallGetTestAccessor.cs (4)
57
context.ReportDiagnostic(memberReference.Syntax.
CreateDiagnostic
(DoNotCallGetTestAccessorRule));
67
context.ReportDiagnostic(invocation.Syntax.
CreateDiagnostic
(DoNotCallGetTestAccessorRule));
72
context.ReportDiagnostic(invocation.Syntax.
CreateDiagnostic
(DoNotCallGetTestAccessorRule));
82
context.ReportDiagnostic(objectCreation.Syntax.
CreateDiagnostic
(DoNotCallGetTestAccessorRule));
SpecializedEnumerableCreationAnalyzer.cs (3)
147
addDiagnostic(name.Parent.
CreateDiagnostic
(UseEmptyEnumerableRule));
155
addDiagnostic(arrayCreationExpression.
CreateDiagnostic
(UseEmptyEnumerableRule));
159
addDiagnostic(arrayCreationExpression.
CreateDiagnostic
(UseSingletonEnumerableRule));