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