133 implementations of Keys
dotnet-svcutil-lib (1)
InMemory.FunctionalTests (2)
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Connections.Abstractions (1)
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
Microsoft.AspNetCore.Hosting.Tests (1)
Microsoft.AspNetCore.Http (4)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.AspNetCore.Mvc.Abstractions (1)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Microsoft.AspNetCore.Owin (3)
Microsoft.AspNetCore.Razor.Runtime (1)
Microsoft.AspNetCore.Server.HttpSys (2)
Microsoft.AspNetCore.Server.IIS (2)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.AspNetCore.Shared.Tests (5)
Microsoft.Build (9)
Microsoft.Build.Framework (3)
Microsoft.Build.Tasks.Core (2)
Microsoft.Build.Utilities.Core (2)
Microsoft.CodeAnalysis (5)
Microsoft.CodeAnalysis.CodeStyle (5)
Microsoft.CodeAnalysis.Collections.Package (4)
Microsoft.CodeAnalysis.Workspaces (5)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
Microsoft.Extensions.AI (1)
Microsoft.Extensions.AI.Abstractions (2)
Microsoft.Extensions.AI.AzureAIInference (1)
Microsoft.Extensions.AI.Ollama (1)
Microsoft.Extensions.AI.OpenAI (1)
Microsoft.Extensions.Configuration (1)
Microsoft.Extensions.Http.Diagnostics (1)
Microsoft.Gen.ComplianceReports.Unit.Tests (1)
Microsoft.Gen.ContextualOptions.Unit.Tests (1)
Microsoft.Gen.Logging.Unit.Tests (1)
Microsoft.Gen.MetadataExtractor.Unit.Tests (1)
Microsoft.Gen.Metrics.Unit.Tests (1)
Microsoft.Gen.MetricsReports.Unit.Tests (1)
Microsoft.Interop.SourceGeneration (1)
Microsoft.Maui.Controls (3)
Microsoft.ML.Core (1)
Microsoft.ML.SearchSpace (3)
Microsoft.ML.TorchSharp (1)
MSBuild (2)
MSBuildTaskHost (3)
PresentationCore (4)
PresentationFramework (2)
Shared (1)
System.Collections (3)
System.Collections.Immutable (5)
System.Composition.Hosting (1)
System.Diagnostics.DiagnosticSource (1)
System.Diagnostics.Process (1)
System.Linq.Expressions (1)
System.Net.Http (1)
System.Private.CoreLib (3)
System.Security.Cryptography.Cose (1)
System.ServiceModel.Primitives (1)
System.Speech (1)
System.Text.Json (1)
System.Xaml (2)
System.Xaml.Tests (2)
237 references to Keys
dotnet-svcutil-lib (4)
InMemory.FunctionalTests (2)
Microsoft.AspNetCore.Authentication.Test (23)
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.Components.Server.Tests (4)
Microsoft.AspNetCore.Components.Web.Tests (2)
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
Microsoft.AspNetCore.Connections.Abstractions (1)
Microsoft.AspNetCore.Cors.Test (7)
Microsoft.AspNetCore.Diagnostics.HealthChecks (1)
Microsoft.AspNetCore.HeaderPropagation.Tests (9)
Microsoft.AspNetCore.Http (3)
Microsoft.AspNetCore.JsonPatch.Tests (2)
Microsoft.AspNetCore.Mvc.Abstractions (1)
Microsoft.AspNetCore.Mvc.Core (7)
Microsoft.AspNetCore.Mvc.Core.Test (2)
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
Microsoft.AspNetCore.Mvc.Razor (1)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Microsoft.AspNetCore.OpenApi.Tests (33)
Services\OpenApiSchemaService\OpenApiSchemaService.PolymorphicSchemas.cs (15)
40Assert.Contains(schema.Discriminator.PropertyName, triangleSchema.Properties.Keys);
79Assert.Contains(schema.Discriminator.PropertyName, citySchema.Properties.Keys);
83Assert.Contains(schema.Discriminator.PropertyName, timeSeriesSchema.Properties.Keys);
87Assert.Contains(schema.Discriminator.PropertyName, newsSchema.Properties.Keys);
122Assert.Contains(schema.Discriminator.PropertyName, citySchema.Properties.Keys);
126Assert.Contains(schema.Discriminator.PropertyName, timeSeriesSchema.Properties.Keys);
158Assert.Contains("$type", paintSchema.Properties.Keys);
162Assert.Contains("$type", fabricSchema.Properties.Keys);
166Assert.DoesNotContain("$type", colorSchema.Properties.Keys);
210Assert.Contains(schema.Discriminator.PropertyName, dogSchema.Properties.Keys);
214Assert.Contains(schema.Discriminator.PropertyName, catSchema.Properties.Keys);
218Assert.Contains(schema.Discriminator.PropertyName, petSchema.Properties.Keys);
250Assert.DoesNotContain("$type", animalSchema.Properties.Keys);
252Assert.DoesNotContain("$type", plantSchema.Properties.Keys);
254Assert.DoesNotContain("$type", baseSchema.Properties.Keys);
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.Owin (3)
Microsoft.AspNetCore.Owin.Tests (1)
Microsoft.AspNetCore.Razor.Runtime (1)
Microsoft.AspNetCore.Routing.Tests (1)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (9)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
Microsoft.AspNetCore.Shared.Tests (2)
Microsoft.AspNetCore.SignalR.Client.Tests (1)
Microsoft.AspNetCore.SignalR.Common.Tests (12)
Microsoft.Build (23)
Microsoft.Build.Engine.OM.UnitTests (5)
Microsoft.Build.Engine.UnitTests (8)
Microsoft.Build.Framework (1)
Microsoft.Build.Tasks.Core (4)
Microsoft.Build.UnitTests.Shared (1)
Microsoft.Build.Utilities.Core (2)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.UnitTests (4)
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.Extensions.ApiDescription.Client.Tests (11)
Microsoft.Interop.SourceGeneration (1)
Microsoft.ML.SearchSpace (3)
Microsoft.ML.Tests (1)
MSBuild (3)
MSBuildTaskHost (2)
PresentationCore (1)
PresentationFramework (2)
PresentationUI (2)
Shared.Tests (1)
System.Collections (1)
System.Collections.Immutable (2)
System.ComponentModel.Composition (1)
System.Composition.Hosting (1)
System.Private.CoreLib (1)
System.Xaml (1)
xunit.assert (2)
xunit.console (1)