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