7 references to None
Microsoft.CodeAnalysis.Workspaces (7)
CodeStyle\NotificationOption.cs (2)
44/// <inheritdoc cref="NotificationOption2.None"/> 45public static readonly NotificationOption None = new(NotificationOption2.None);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleHelpers.cs (3)
53=> TryGetCodeStyleValueAndOptionalNotification(arg, defaultNotification: NotificationOption2.None, out value, out _); 100notification = NotificationOption2.None; 155new(default, NotificationOption2.None);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\NotificationOption2.cs (1)
54ReportDiagnostic.Suppress => None,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ReportDiagnosticExtensions.cs (1)
93ReportDiagnostic.Suppress => NotificationOption2.None,