Implemented interface member:
2 references to Contains
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
AttributeDictionaryTest.cs (2)
91var result = attributes.Contains(new KeyValuePair<string, string>("zero", "0")); 108var result = attributes.Contains(new KeyValuePair<string, string>("zero", "nada"));