1 instantiation of CSharpExpressionPrecedenceService
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpExpressionPrecedenceService.cs (1)
14public static readonly CSharpExpressionPrecedenceService Instance = new();
4 references to CSharpExpressionPrecedenceService
Microsoft.CodeAnalysis.CSharp.Features (3)
CSharpAddRequiredExpressionParenthesesDiagnosticAnalyzer.cs (1)
22: base(CSharpExpressionPrecedenceService.Instance)
CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer.cs (1)
92parentPrecedenceKind = CSharpExpressionPrecedenceService.Instance.GetPrecedenceKind(parentExpression);
Wrapping\BinaryExpression\CSharpBinaryExpressionWrapper.cs (1)
18: base(CSharpIndentationService.Instance, CSharpSyntaxFacts.Instance, CSharpExpressionPrecedenceService.Instance)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpExpressionPrecedenceService.cs (1)
14public static readonly CSharpExpressionPrecedenceService Instance = new();