4 references to OperationEqualsInstance
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\CSharpDoNotUseCountWhenAnyCanBeUsed.Fixer.cs (1)
39case UseCountProperlyAnalyzer.OperationEqualsInstance:
Microsoft.NetCore.Analyzers\Performance\CSharpPreferIsEmptyOverCount.Fixer.cs (1)
45case UseCountProperlyAnalyzer.OperationEqualsInstance:
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\UseCountProperly.cs (2)
43internal const string OperationEqualsInstance = nameof(OperationEqualsInstance); 274operationKey = OperationEqualsInstance;