193 implementations of Keys
dotnet-svcutil-lib (1)
GenerateDocumentationAndConfigFiles (5)
InMemory.FunctionalTests (2)
Metrics (5)
Metrics.Legacy (5)
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.Framework (3)
Microsoft.CodeAnalysis (5)
Microsoft.CodeAnalysis.Analyzers (5)
Microsoft.CodeAnalysis.AnalyzerUtilities (6)
Microsoft.CodeAnalysis.BannedApiAnalyzers (5)
Microsoft.CodeAnalysis.CodeStyle (5)
Microsoft.CodeAnalysis.Collections.Package (5)
Microsoft.CodeAnalysis.Extensions.Package (5)
Microsoft.CodeAnalysis.InteractiveHost (5)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (5)
Microsoft.CodeAnalysis.PublicApiAnalyzers (5)
Microsoft.CodeAnalysis.ResxSourceGenerator (5)
Microsoft.CodeAnalysis.Threading.Package (5)
Microsoft.CodeAnalysis.Workspaces (5)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
Microsoft.Extensions.AI (1)
Microsoft.Extensions.AI.Abstractions (3)
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)
PresentationCore (4)
PresentationFramework (2)
Roslyn.Diagnostics.Analyzers (5)
Shared (1)
System.Collections (3)
System.Collections.Concurrent (1)
System.Collections.Immutable (5)
System.Composition.Hosting (1)
System.Diagnostics.DiagnosticSource (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)
Test.Utilities (5)
Text.Analyzers (5)
216 references to Keys
dotnet-svcutil-lib (4)
GenerateDocumentationAndConfigFiles (1)
InMemory.FunctionalTests (2)
Metrics (1)
Metrics.Legacy (1)
Microsoft.AspNetCore.Authentication.Test (23)
GoogleTests.cs (18)
207Assert.DoesNotContain("scope", stateProperties.Items.Keys);
208Assert.DoesNotContain("access_type", stateProperties.Items.Keys);
209Assert.DoesNotContain("include_granted_scopes", stateProperties.Items.Keys);
210Assert.DoesNotContain("approval_prompt", stateProperties.Items.Keys);
211Assert.DoesNotContain("prompt", stateProperties.Items.Keys);
212Assert.DoesNotContain("login_hint", stateProperties.Items.Keys);
259Assert.DoesNotContain("scope", stateProperties.Items.Keys);
260Assert.DoesNotContain("access_type", stateProperties.Items.Keys);
261Assert.DoesNotContain("include_granted_scopes", stateProperties.Items.Keys);
262Assert.DoesNotContain("approval_prompt", stateProperties.Items.Keys);
263Assert.DoesNotContain("prompt", stateProperties.Items.Keys);
264Assert.DoesNotContain("login_hint", stateProperties.Items.Keys);
315Assert.DoesNotContain("scope", stateProperties.Items.Keys);
316Assert.DoesNotContain("access_type", stateProperties.Items.Keys);
317Assert.DoesNotContain("include_granted_scopes", stateProperties.Items.Keys);
318Assert.DoesNotContain("approval_prompt", stateProperties.Items.Keys);
319Assert.DoesNotContain("prompt", stateProperties.Items.Keys);
320Assert.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.SystemTextJson.Tests (2)
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 (39)
Services\OpenApiSchemaService\OpenApiSchemaService.PolymorphicSchemas.cs (15)
39Assert.Contains(schema.Discriminator.PropertyName, triangleSchema.Properties.Keys);
78Assert.Contains(schema.Discriminator.PropertyName, citySchema.Properties.Keys);
82Assert.Contains(schema.Discriminator.PropertyName, timeSeriesSchema.Properties.Keys);
86Assert.Contains(schema.Discriminator.PropertyName, newsSchema.Properties.Keys);
121Assert.Contains(schema.Discriminator.PropertyName, citySchema.Properties.Keys);
125Assert.Contains(schema.Discriminator.PropertyName, timeSeriesSchema.Properties.Keys);
157Assert.Contains("$type", paintSchema.Properties.Keys);
161Assert.Contains("$type", fabricSchema.Properties.Keys);
165Assert.DoesNotContain("$type", colorSchema.Properties.Keys);
209Assert.Contains(schema.Discriminator.PropertyName, dogSchema.Properties.Keys);
213Assert.Contains(schema.Discriminator.PropertyName, catSchema.Properties.Keys);
217Assert.Contains(schema.Discriminator.PropertyName, petSchema.Properties.Keys);
249Assert.DoesNotContain("$type", animalSchema.Properties.Keys);
251Assert.DoesNotContain("$type", plantSchema.Properties.Keys);
253Assert.DoesNotContain("$type", baseSchema.Properties.Keys);
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.Owin (3)
Microsoft.AspNetCore.Owin.Tests (2)
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.Framework (1)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
Microsoft.CodeAnalysis.BannedApiAnalyzers (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.PerformanceSensitiveAnalyzers (1)
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.UnitTests (4)
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.Extensions.AI.Abstractions.Tests (2)
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (2)
Microsoft.Extensions.AI.Evaluation.Safety (1)
Microsoft.Extensions.ApiDescription.Client.Tests (11)
Microsoft.Interop.SourceGeneration (1)
Microsoft.ML.SearchSpace (3)
Microsoft.ML.Tests (1)
PresentationCore (1)
PresentationFramework (2)
PresentationUI (2)
Roslyn.Diagnostics.Analyzers (1)
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)
Test.Utilities (1)
Text.Analyzers (1)
xunit.assert (2)
xunit.console (1)