3 references to IgnoreAll
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
8017var explicitProperties = new Dictionary<IPropertySymbol, IOperation>(SymbolEqualityComparer.IgnoreAll); 8115var set = new HashSet<IPropertySymbol>(SymbolEqualityComparer.IgnoreAll); 8129Debug.Assert(properties.Contains(propertyReference.Property, SymbolEqualityComparer.IgnoreAll));