8 references to CoalesceAssignment
Microsoft.Analyzers.Extra (1)
CoalesceAnalyzer.cs (1)
55}, OperationKind.CoalesceAssignment);
Microsoft.AspNetCore.Components.Analyzers (1)
ComponentParameterUsageAnalyzer.cs (1)
109}, OperationKind.SimpleAssignment, OperationKind.CompoundAssignment, OperationKind.CoalesceAssignment, OperationKind.Increment, OperationKind.Decrement);
Microsoft.AspNetCore.Components.SdkAnalyzers (1)
ComponentParameterUsageAnalyzer.cs (1)
109}, OperationKind.SimpleAssignment, OperationKind.CompoundAssignment, OperationKind.CoalesceAssignment, OperationKind.Increment, OperationKind.Decrement);
Microsoft.CodeAnalysis (3)
Generated\Operations.Generated.cs (2)
3101/// <item><description><see cref="OperationKind.CoalesceAssignment"/></description></item> 9071public override OperationKind Kind => OperationKind.CoalesceAssignment;
Operations\ControlFlowGraphBuilder.cs (1)
3572Debug.Assert(operation.Operation.Kind == OperationKind.ConditionalAccess || operation.Operation.Kind == OperationKind.CoalesceAssignment);
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\UseConcreteTypeAnalyzer.cs (1)
143context.RegisterOperationAction(context => coll.HandleCoalesceAssignment((ICoalesceAssignmentOperation)context.Operation), OperationKind.CoalesceAssignment);
Microsoft.NetCore.Analyzers\Runtime\AvoidConstArrays.cs (1)
163OperationKind.CoalesceAssignment or OperationKind.SimpleAssignment)