7 references to None
Microsoft.CodeAnalysis.Workspaces (7)
CodeStyle\NotificationOption.cs (2)
44
/// <inheritdoc cref="NotificationOption2.
None
"/>
45
public 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 _);
100
notification = NotificationOption2.
None
;
155
new(default, NotificationOption2.
None
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\NotificationOption2.cs (1)
54
ReportDiagnostic.Suppress =>
None
,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ReportDiagnosticExtensions.cs (1)
93
ReportDiagnostic.Suppress => NotificationOption2.
None
,