Implemented interface member:
property
Notification
Microsoft.CodeAnalysis.CodeStyle.ICodeStyleOption2.Notification
17 references to Notification
Metrics.Legacy (17)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleHelpers.cs (6)
20
arg, defaultValue.
Notification
, out var value, out var notification))
33
arg, defaultValue.
Notification
, out var value, out var notification))
174
defaultCodeStyleOption.
Notification
, out var value, out var notification))
191
=> option.
Notification
!= defaultValue.
Notification
192
? $":{option.
Notification
.ToEditorConfigString()}"
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (6)
107
return (CodeStyleOption2<T>)(object)CodeStyleOption2.GetCodeStyle(boolValue,
Notification
);
110
return EqualityComparer<T>.Default.Equals(value, Value) ? this : new CodeStyleOption2<T>(value,
Notification
);
120
new XAttribute(XmlAttribute_DiagnosticSeverity,
Notification
.Severity.ToDiagnosticSeverity() ?? DiagnosticSeverity.Hidden));
241
&&
Notification
== other.
Notification
;
249
=> unchecked((
Notification
.GetHashCode() * (int)0xA5555529) + EqualityComparer<T>.Default.GetHashCode(Value!));
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOptions2.cs (4)
184
if (CodeStyleHelpers.TryGetCodeStyleValueAndOptionalNotification(str, defaultValue.
Notification
, out var value, out var notification))
213
if (CodeStyleHelpers.TryGetCodeStyleValueAndOptionalNotification(str, defaultValue.
Notification
, out var value, out var notificationOpt))
259
if (CodeStyleHelpers.TryGetCodeStyleValueAndOptionalNotification(str, defaultValue.
Notification
, out var value, out var notification))
311
if (CodeStyleHelpers.TryGetCodeStyleValueAndOptionalNotification(str, defaultValue.
Notification
, out var value, out var notification))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CollectionExpressionPreference.cs (1)
41
optionString, defaultValue.
Notification
, out var value, out var notification))