17 references to Silent
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (17)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\AddImport\AddImportPlacementOptions.cs (1)
14
new(AddImportPlacement.OutsideNamespace, NotificationOption2.
Silent
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleHelpers.cs (2)
106
notification = NotificationOption2.
Silent
;
114
notification = NotificationOption2.
Silent
;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (4)
41
public static readonly CodeStyleOption2<bool> TrueWithSilentEnforcement = new(value: true, notification: NotificationOption2.
Silent
);
42
public static readonly CodeStyleOption2<bool> FalseWithSilentEnforcement = new(value: false, notification: NotificationOption2.
Silent
);
77
public static readonly CodeStyleOption2<T> Default = new(default!, NotificationOption2.
Silent
);
192
DiagnosticSeverity.Hidden => NotificationOption2.
Silent
,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOptions2.cs (3)
209
defaultValue: new CodeStyleOption2<AccessibilityModifiersRequired>(SyntaxFormattingOptions.CommonDefaults.AccessibilityModifiersRequired, NotificationOption2.
Silent
),
275
new(ParenthesesPreference.AlwaysForClarity, NotificationOption2.
Silent
);
294
defaultValue: new(ParenthesesPreference.NeverIfUnnecessary, NotificationOption2.
Silent
),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\NotificationOption2.cs (2)
52
ReportDiagnostic.Hidden or ReportDiagnostic.Default =>
Silent
,
63
DiagnosticSeverity.Hidden =>
Silent
,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\VisualBasic\VisualBasicCodeStyleOptions.cs (2)
31
"Dim,Const,WithEvents,Widening,Narrowing,Custom,Async,Iterator", NotificationOption2.
Silent
));
46
defaultValue: new CodeStyleOption2<UnusedValuePreference>(UnusedValuePreference.UnusedLocalVariable, NotificationOption2.
Silent
),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\DiagnosticSeverityExtensions.cs (1)
18
DiagnosticSeverity.Hidden => NotificationOption2.
Silent
,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ReportDiagnosticExtensions.cs (1)
33
ReportDiagnostic.Hidden => NotificationOption2.
Silent
,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Simplification\Simplifiers\AbstractMemberAccessExpressionSimplifier.cs (1)
40
notificationOption = NotificationOption2.
Silent
;