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