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