202 references to DoesNotContain
Aspire.Components.Common.Tests (1)
Aspire.Hosting.Azure.Tests (1)
InMemory.FunctionalTests (12)
KestrelMetricsTests.cs (10)
753Assert.DoesNotContain("error.type", m.Tags.Keys);
913Assert.DoesNotContain("tls.protocol.version", m.Tags.Keys);
941Assert.DoesNotContain("server.port", measurement.Tags.Keys);
949Assert.DoesNotContain("network.type", measurement.Tags.Keys);
958Assert.DoesNotContain("network.protocol.name", measurement.Tags.Keys);
959Assert.DoesNotContain("network.protocol.version", measurement.Tags.Keys);
967Assert.DoesNotContain("tls.protocol.version", measurement.Tags.Keys);
977Assert.DoesNotContain("error.type", measurement.Tags.Keys);
997Assert.DoesNotContain("server.port", measurement.Tags.Keys);
1005Assert.DoesNotContain("network.type", measurement.Tags.Keys);
Microsoft.AspNetCore.Authentication.Test (25)
GoogleTests.cs (18)
200Assert.DoesNotContain("scope", stateProperties.Items.Keys);
201Assert.DoesNotContain("access_type", stateProperties.Items.Keys);
202Assert.DoesNotContain("include_granted_scopes", stateProperties.Items.Keys);
203Assert.DoesNotContain("approval_prompt", stateProperties.Items.Keys);
204Assert.DoesNotContain("prompt", stateProperties.Items.Keys);
205Assert.DoesNotContain("login_hint", stateProperties.Items.Keys);
252Assert.DoesNotContain("scope", stateProperties.Items.Keys);
253Assert.DoesNotContain("access_type", stateProperties.Items.Keys);
254Assert.DoesNotContain("include_granted_scopes", stateProperties.Items.Keys);
255Assert.DoesNotContain("approval_prompt", stateProperties.Items.Keys);
256Assert.DoesNotContain("prompt", stateProperties.Items.Keys);
257Assert.DoesNotContain("login_hint", stateProperties.Items.Keys);
308Assert.DoesNotContain("scope", stateProperties.Items.Keys);
309Assert.DoesNotContain("access_type", stateProperties.Items.Keys);
310Assert.DoesNotContain("include_granted_scopes", stateProperties.Items.Keys);
311Assert.DoesNotContain("approval_prompt", stateProperties.Items.Keys);
312Assert.DoesNotContain("prompt", stateProperties.Items.Keys);
313Assert.DoesNotContain("login_hint", stateProperties.Items.Keys);
Microsoft.AspNetCore.Cors.Test (7)
Microsoft.AspNetCore.DataProtection.Tests (2)
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
Microsoft.AspNetCore.HeaderPropagation.Tests (3)
Microsoft.AspNetCore.Identity.Test (2)
Microsoft.AspNetCore.Mvc.Abstractions.Test (4)
Microsoft.AspNetCore.Mvc.Core.Test (7)
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
Microsoft.AspNetCore.OpenApi.Tests (4)
Microsoft.AspNetCore.OutputCaching.Tests (8)
Microsoft.AspNetCore.Routing.Tests (2)
Microsoft.AspNetCore.Server.HttpSys.Tests (4)
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (19)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (49)
Semantics\LookupTests.cs (11)
640Assert.DoesNotContain(not_expected_in_lookup[0], actual_lookupNames);
641Assert.DoesNotContain(not_expected_in_lookup[1], actual_lookupNames);
642Assert.DoesNotContain(not_expected_in_lookup[0], actual_lookupNames_ignoreAcc);
643Assert.DoesNotContain(not_expected_in_lookup[1], actual_lookupNames_ignoreAcc);
788Assert.DoesNotContain(not_expected_in_lookupNames[0], actual_lookupNames);
876Assert.DoesNotContain(not_expected_in_lookupNames[0], actual_lookupNames);
915Assert.DoesNotContain(not_expected_in_lookupNames[0], actual_lookupNames);
1396Assert.DoesNotContain(systemXmlNS, actual_lookupSymbols);
1528Assert.DoesNotContain(namespaceY, actual_lookupSymbols);
1530Assert.DoesNotContain(typeInnerZ, actual_lookupSymbols);
1535Assert.DoesNotContain(typeB, actual_lookupSymbols);
Semantics\TopLevelStatementsTests.cs (34)
325Assert.DoesNotContain(name, model1.LookupNames(localRef.SpanStart));
497Assert.DoesNotContain(declSymbol, model1.AnalyzeDataFlow(localDecl.Ancestors().OfType<StatementSyntax>().First()).DataFlowsOut);
504Assert.DoesNotContain(name, model2.LookupNames(localRef.SpanStart));
512Assert.DoesNotContain(declSymbol, model2.AnalyzeDataFlow(localRef).DataFlowsIn);
1695Assert.DoesNotContain(testType, symbols);
1701Assert.DoesNotContain(declSymbol, symbols);
1729Assert.DoesNotContain(declSymbol, symbols);
1765Assert.DoesNotContain(testType, symbols);
1771Assert.DoesNotContain(declSymbol, symbols);
1868Assert.DoesNotContain(testType, symbols);
1874Assert.DoesNotContain(declSymbol, symbols);
1897Assert.DoesNotContain(declSymbol, symbols);
1933Assert.DoesNotContain(testType, symbols);
1939Assert.DoesNotContain(declSymbol, symbols);
2091Assert.DoesNotContain(testType, symbols);
2097Assert.DoesNotContain(declSymbol, symbols);
2112Assert.DoesNotContain(declSymbol, symbols);
2146Assert.DoesNotContain(testType, symbols);
2152Assert.DoesNotContain(declSymbol, symbols);
2255Assert.DoesNotContain(testType, symbols);
2261Assert.DoesNotContain(declSymbol, symbols);
2278Assert.DoesNotContain(declSymbol, symbols);
2312Assert.DoesNotContain(testType, symbols);
2318Assert.DoesNotContain(declSymbol, symbols);
2435Assert.DoesNotContain(declSymbol, symbols);
2440Assert.DoesNotContain(declSymbol, symbols);
2458Assert.DoesNotContain(declSymbol, symbols);
2473Assert.DoesNotContain(declSymbol, symbols);
2510Assert.DoesNotContain(declSymbol, symbols);
2515Assert.DoesNotContain(declSymbol, symbols);
3965Assert.DoesNotContain(testType, symbols);
3971Assert.DoesNotContain(parameter, symbols);
4006Assert.DoesNotContain(declSymbol, symbols);
4011Assert.DoesNotContain(declSymbol, symbols);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (14)
Microsoft.CodeAnalysis.UnitTests (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (2)
Microsoft.DotNet.XUnitAssert.Tests (7)
Microsoft.Extensions.ObjectPool.DependencyInjection.Tests (1)
System.Windows.Forms.Tests (22)
xunit.assert (1)