12 references to TryGetCodeStyleValueAndOptionalNotification
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CSharpCodeStyleOptions_Parsing.cs (4)
18if (CodeStyleHelpers.TryGetCodeStyleValueAndOptionalNotification(optionString, 52if (CodeStyleHelpers.TryGetCodeStyleValueAndOptionalNotification( 80if (CodeStyleHelpers.TryGetCodeStyleValueAndOptionalNotification( 109if (CodeStyleHelpers.TryGetCodeStyleValueAndOptionalNotification(
Microsoft.CodeAnalysis.Workspaces (8)
CodeStyleHelpers.cs (4)
18if (TryGetCodeStyleValueAndOptionalNotification( 31if (TryGetCodeStyleValueAndOptionalNotification( 53=> TryGetCodeStyleValueAndOptionalNotification(arg, defaultNotification: NotificationOption2.None, out value, out _); 171if (TryGetCodeStyleValueAndOptionalNotification(optionString,
CodeStyleOptions2.cs (4)
175if (CodeStyleHelpers.TryGetCodeStyleValueAndOptionalNotification(str, defaultValue.Notification, out var value, out var notification)) 204if (CodeStyleHelpers.TryGetCodeStyleValueAndOptionalNotification(str, defaultValue.Notification, out var value, out var notificationOpt)) 250if (CodeStyleHelpers.TryGetCodeStyleValueAndOptionalNotification(str, defaultValue.Notification, out var value, out var notification)) 299if (CodeStyleHelpers.TryGetCodeStyleValueAndOptionalNotification(str, defaultValue.Notification, out var value, out var notification))