1 type derived from Object
Microsoft.Maui (1)
1137 instantiations of Object
aspire (3)
Aspire.Dashboard (5)
Aspire.EndToEnd.Tests (2)
Aspire.Hosting (12)
Aspire.Hosting.Azure (1)
Aspire.Hosting.Testing (1)
Aspire.Templates.Tests (2)
dotnet (5)
dotnet-format (1)
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
18_sync = new Object();
GenerateDocumentationAndConfigFiles (4)
Infrastructure.Tests (2)
Microsoft.AspNetCore (1)
Microsoft.AspNetCore.Antiforgery (1)
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Components.Endpoints (4)
Microsoft.AspNetCore.Components.Server (1)
Microsoft.AspNetCore.Components.Web (3)
Microsoft.AspNetCore.DataProtection (1)
Microsoft.AspNetCore.Http (1)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.Routing (2)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.StaticAssets (1)
Microsoft.Build (6)
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.Analyzers (5)
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
Microsoft.CodeAnalysis.CodeStyle (4)
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp (2)
Microsoft.CodeAnalysis.Features (23)
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
Microsoft.CodeAnalysis.Workspaces (18)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.DotNet.HotReload.Watch (5)
Microsoft.DotNet.SdkResolver (1)
Microsoft.Extensions.AI.Abstractions.Tests (22)
Microsoft.Extensions.Caching.Hybrid (8)
Microsoft.Extensions.Caching.SqlServer (1)
Microsoft.Extensions.Diagnostics (1)
Microsoft.Extensions.Diagnostics.HealthChecks.Common (1)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (10)
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (1)
Microsoft.Extensions.FileProviders.Physical (7)
Microsoft.Extensions.Primitives (1)
Microsoft.Extensions.ServiceDiscovery (3)
Microsoft.Extensions.ServiceDiscovery.Dns (1)
Microsoft.Extensions.Telemetry (2)
Microsoft.Maui (1)
Microsoft.ML.FastTree (2)
Microsoft.NET.Build.Extensions.Tasks (1)
Microsoft.NET.Build.Tasks (2)
Microsoft.NET.Sdk.Publish.Tasks (3)
Microsoft.Private.Windows.Core (1)
Microsoft.TestPlatform.CommunicationUtilities (5)
Microsoft.TestPlatform.CoreUtilities (1)
Microsoft.TestPlatform.CrossPlatEngine (11)
Microsoft.TestPlatform.PlatformAbstractions (3)
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
Microsoft.VisualBasic.Core (9)
Microsoft\VisualBasic\CompilerServices\ProjectData.vb (1)
78MyBase.New()
Microsoft.VisualStudio.TestPlatform.Client (4)
Microsoft.VisualStudio.TestPlatform.Common (5)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
MSBuild.Coordinator (1)
NuGet.Commands (2)
NuGet.Common (1)
NuGet.Frameworks (1)
NuGet.LibraryModel (1)
NuGet.Packaging (2)
NuGet.Protocol (1)
NuGet.Versioning (1)
PresentationCore (10)
PresentationFramework (8)
ReachFramework (2)
Roslyn.Diagnostics.Analyzers (5)
rzc (2)
Shared.Tests (3)
System.CommandLine.StaticCompletions (1)
System.ComponentModel.TypeConverter (1)
System.Diagnostics.DiagnosticSource (1)
System.Drawing.Common (284)
System.IO.FileSystem.Watcher (1)
System.IO.Ports (2)
System.Private.CoreLib (1)
System.Resources.Extensions (1)
System.ServiceModel.Primitives (9)
System.Speech (10)
System.Transactions.Local (4)
System.Windows.Controls.Ribbon (1)
System.Windows.Forms (494)
System.Windows.Forms.Design (26)
UIAutomationTypes (1)
vstest.console (2)
vstest.console.arm64 (2)
3008 references to Object
aspire (6)
Aspire.Azure.AI.Inference (5)
Aspire.Azure.AI.OpenAI (2)
Aspire.Azure.Messaging.EventHubs.Tests (6)
Aspire.Azure.Storage.Blobs (2)
Aspire.Azure.Storage.Files.DataLake (2)
Aspire.Azure.Storage.Queues (2)
Aspire.Cli.Tests (1)
Aspire.Confluent.Kafka.Tests (12)
Aspire.Dashboard (9)
Aspire.Hosting (17)
Aspire.Hosting.Azure (11)
Aspire.Hosting.Azure.AppContainers (1)
Aspire.Hosting.Azure.AppService (2)
Aspire.Hosting.Azure.CosmosDB (1)
Aspire.Hosting.Azure.Tests (1)
Aspire.Hosting.CodeGeneration.TypeScript.Tests (1)
Aspire.Hosting.Docker (4)
Aspire.Hosting.GitHub.Models (2)
Aspire.Hosting.JavaScript (1)
Aspire.Hosting.Kubernetes (6)
KubernetesResource.cs (6)
302foreach (var arg in context.Args)
304var value = await ProcessValueAsync(environmentContext, executionContext, arg).ConfigureAwait(false);
330var value = await ProcessValueAsync(environmentContext, executionContext, environmentVariable.Value).ConfigureAwait(false);
463var val = await ProcessValueAsync(context, executionContext, vp, true).ConfigureAwait(false);
485var whenTrueResult = await ProcessValueAsync(context, executionContext, expr.WhenTrue!, embedded).ConfigureAwait(false);
486var whenFalseResult = await ProcessValueAsync(context, executionContext, expr.WhenFalse!, embedded).ConfigureAwait(false);
Aspire.Hosting.Maui (4)
Aspire.Hosting.OpenAI (4)
Aspire.Hosting.Qdrant (2)
Aspire.Hosting.RemoteHost (21)
Ats\CapabilityDispatcher.cs (10)
167if (!handles.TryGet(handleRef.HandleId, out var contextObj, out _))
175var target = ResolveContextTarget(contextObj!, prop.DeclaringType!);
177var value = prop.GetValue(target);
204if (!handles.TryGet(handleRef.HandleId, out var contextObj, out var typeId))
219var value = _marshaller.UnmarshalFromJson(valueNode, prop.PropertyType, unmarshalContext);
222var setTarget = ResolveContextTarget(contextObj!, prop.DeclaringType!);
264if (!handles.TryGet(handleRef.HandleId, out var contextObj, out _))
306var invokeTarget = ResolveContextTarget(contextObj!, methodToInvoke.DeclaringType!);
567var resource = contextObj.GetType()
654if (!handles.TryGet(handleRef.HandleId, out var obj, out _))
Aspire.Hosting.RemoteHost.Tests (40)
AtsMarshallerTests.cs (33)
210var result = AtsMarshaller.ConvertPrimitive(value!, typeof(string));
220var result = AtsMarshaller.ConvertPrimitive(value!, typeof(int));
230var result = AtsMarshaller.ConvertPrimitive(value!, typeof(bool));
240var result = AtsMarshaller.ConvertPrimitive(value!, typeof(TimeSpan));
250var result = AtsMarshaller.ConvertPrimitive(value!, typeof(int?));
260var result = marshaller.UnmarshalFromJson(null, typeof(string), context);
270var result = marshaller.UnmarshalFromJson(null, typeof(CancellationToken), context);
285var result = marshaller.UnmarshalFromJson(json, typeof(TestClass), context);
306var result = marshaller.UnmarshalFromJson(json, typeof(int[]), context);
319var result = marshaller.UnmarshalFromJson(json, typeof(List<string>), context);
332var result = marshaller.UnmarshalFromJson(json, typeof(Dictionary<string, int>), context);
377var result = AtsMarshaller.ConvertPrimitive(value!, typeof(DateOnly));
400var result = AtsMarshaller.ConvertPrimitive(value!, typeof(TimeOnly));
497var result = AtsMarshaller.ConvertPrimitive(value!, typeof(long));
507var result = AtsMarshaller.ConvertPrimitive(value!, typeof(double));
517var result = AtsMarshaller.ConvertPrimitive(value!, typeof(float));
527var result = AtsMarshaller.ConvertPrimitive(value!, typeof(decimal));
537var result = AtsMarshaller.ConvertPrimitive(value!, typeof(TimeSpan));
548var result = marshaller.UnmarshalFromJson(json, typeof(IList<int>), context);
561var result = marshaller.UnmarshalFromJson(json, typeof(IEnumerable<string>), context);
574var result = marshaller.UnmarshalFromJson(json, typeof(IDictionary<string, int>), context);
600var result = marshaller.UnmarshalFromJson(json, typeof(TestDto), context);
629var result = marshaller.UnmarshalFromJson(json, typeof(TestEnum), context);
640var result = marshaller.UnmarshalFromJson(json, typeof(TestEnum), context);
651var result = marshaller.UnmarshalFromJson(json, typeof(TestEnum), context);
662var result = marshaller.UnmarshalFromJson(json, typeof(TestEnum?), context);
672var result = marshaller.UnmarshalFromJson(null, typeof(TestEnum?), context);
1007var found = registry.TryGet(handleId, out var retrieved, out _);
1025registry.TryGet(handleId, out var retrieved, out _);
1044registry.TryGet(handleId, out var retrieved, out _);
1098var result = marshaller.UnmarshalFromJson(json, typeof(ReferenceExpression), context);
1139var result = marshaller.UnmarshalFromJson(json, typeof(ReferenceExpression), context);
1181var result = marshaller.UnmarshalFromJson(json, typeof(ReferenceExpression), context);
Aspire.Hosting.Tests (15)
Aspire.Hosting.Yarp (3)
Aspire.Microsoft.Azure.Cosmos (1)
Aspire.Microsoft.EntityFrameworkCore.Cosmos (1)
Aspire.OpenAI (1)
Aspire.OpenAI.Tests (1)
Aspire.StackExchange.Redis (1)
Aspire.TypeSystem (1)
Binding.UDS.IntegrationTests (1)
Client.ClientBase.IntegrationTests (1)
ConfigurationSchemaGenerator (1)
dotnet (2)
dotnet-format (4)
dotnet-sourcelink (1)
dotnet-svcutil-lib (143)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (14)
335new Type[] { typeof(Object) },
341ilg.ConvertValue(ilg.GetVariableType(oVar), typeof(Object));
1027new Type[] { typeof(String), typeof(String), typeof(Object), typeof(Boolean) },
1044new Type[] { typeof(Object) },
1049ilg.ConvertValue(oArg.ArgType, typeof(Object));
1087ilg.ConvertValue(argO.ArgType, typeof(Object));
1101new Type[] { typeof(String), typeof(String), typeof(Object), typeof(Boolean), typeof(XmlSerializerNamespaces) },
1404MethodInfo Object_ToString = typeof(Object).GetMethod(
1449new Type[] { typeof(XmlNode), typeof(Object) },
1455ilg.ConvertValue(ilg.GetArg(parent).ArgType, typeof(Object));
1937new Type[] { typeof(Object) },
2171new Type[] { typeof(Object) },
2573new Type[] { typeof(Type), typeof(BindingFlags), typeof(Binder), typeof(Object[]), typeof(CultureInfo) },
2579ilg.NewArray(typeof(Object), 0);
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\X509WindowsSecurityToken.cs (8)
9using WindowsIdentity = System.Object;
13private WindowsIdentity _windowsIdentity;
17public X509WindowsSecurityToken(X509Certificate2 certificate, WindowsIdentity windowsIdentity)
22public X509WindowsSecurityToken(X509Certificate2 certificate, WindowsIdentity windowsIdentity, string id)
27public X509WindowsSecurityToken(X509Certificate2 certificate, WindowsIdentity windowsIdentity, string authenticationType, string id)
32internal X509WindowsSecurityToken(X509Certificate2 certificate, WindowsIdentity windowsIdentity, string authenticationType, bool clone)
37internal X509WindowsSecurityToken(X509Certificate2 certificate, WindowsIdentity windowsIdentity, string authenticationType, string id, bool clone)
44public WindowsIdentity WindowsIdentity
dotnet-svcutil.xmlserializer (5)
GenerateDocumentationAndConfigFiles (4)
GetDocument.Insider (8)
ILAssembler (3)
ILCompiler.Compiler (2)
ILCompiler.MetadataTransform (185)
ILCompiler.ReadyToRun (9)
ILCompiler.RyuJit (4)
ILCompiler.TypeSystem (2)
illink (3)
ILLink.RoslynAnalyzer (1)
Infrastructure.Common (1)
Infrastructure.Tests (1)
Microsoft.Analyzers.Local.Tests (1)
Microsoft.AspNetCore (5)
Microsoft.AspNetCore.Antiforgery (1)
Microsoft.AspNetCore.Authentication.Abstractions (1)
Microsoft.AspNetCore.Authentication.Certificate (1)
Microsoft.AspNetCore.Authentication.Negotiate (2)
Microsoft.AspNetCore.Authorization (2)
Microsoft.AspNetCore.Components (44)
Microsoft.AspNetCore.Components.Endpoints (14)
Microsoft.AspNetCore.Components.Forms (5)
Microsoft.AspNetCore.Components.QuickGrid (2)
Microsoft.AspNetCore.Components.Server (12)
Microsoft.AspNetCore.Components.Web (9)
Microsoft.AspNetCore.Components.WebAssembly (4)
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
Microsoft.AspNetCore.Connections.Abstractions (4)
Microsoft.AspNetCore.Cors (1)
Microsoft.AspNetCore.DataProtection (7)
Microsoft.AspNetCore.Diagnostics (6)
Microsoft.AspNetCore.Diagnostics.Middleware.PerformanceTests (1)
Microsoft.AspNetCore.Grpc.JsonTranscoding (14)
Microsoft.AspNetCore.HeaderParsing (1)
Microsoft.AspNetCore.Hosting (8)
Microsoft.AspNetCore.Html.Abstractions (3)
Microsoft.AspNetCore.Http (4)
Microsoft.AspNetCore.Http.Abstractions (9)
Microsoft.AspNetCore.Http.Connections (1)
Microsoft.AspNetCore.Http.Extensions (4)
Microsoft.AspNetCore.Identity (10)
_generated\0\GeneratedRouteBuilderExtensions.g.cs (10)
159var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::Microsoft.AspNetCore.Identity.Data.RegisterRequest, global::Microsoft.AspNetCore.Http.HttpContext, global::System.IServiceProvider>(httpContext, registration_local!, context_local, sp_local));
345var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::Microsoft.AspNetCore.Identity.Data.LoginRequest, global::System.Boolean?, global::System.Boolean?, global::System.IServiceProvider>(httpContext, login_local!, useCookies_local, useSessionCookies_local, sp_local));
461var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::Microsoft.AspNetCore.Identity.Data.RefreshRequest, global::System.IServiceProvider>(httpContext, refreshRequest_local!, sp_local));
607var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::System.String, global::System.String, global::System.String?, global::System.IServiceProvider>(httpContext, userId_local, code_local, changedEmail_local, sp_local));
726var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::Microsoft.AspNetCore.Identity.Data.ResendConfirmationEmailRequest, global::Microsoft.AspNetCore.Http.HttpContext, global::System.IServiceProvider>(httpContext, resendRequest_local!, context_local, sp_local));
842var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::Microsoft.AspNetCore.Identity.Data.ForgotPasswordRequest, global::System.IServiceProvider>(httpContext, resetRequest_local!, sp_local));
958var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest, global::System.IServiceProvider>(httpContext, resetRequest_local!, sp_local));
1077var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::System.Security.Claims.ClaimsPrincipal, global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest, global::System.IServiceProvider>(httpContext, claimsPrincipal_local, tfaRequest_local!, sp_local));
1179var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::System.Security.Claims.ClaimsPrincipal, global::System.IServiceProvider>(httpContext, claimsPrincipal_local, sp_local));
1301var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::System.Security.Claims.ClaimsPrincipal, global::Microsoft.AspNetCore.Identity.Data.InfoRequest, global::Microsoft.AspNetCore.Http.HttpContext, global::System.IServiceProvider>(httpContext, claimsPrincipal_local, infoRequest_local!, context_local, sp_local));
Microsoft.AspNetCore.Identity.UI (2)
Microsoft.AspNetCore.InternalTesting (2)
Microsoft.AspNetCore.JsonPatch (27)
Internal\DynamicObjectAdapter.cs (6)
60if (!TryGetDynamicObjectProperty(target, contractResolver, segment, out var property, out errorMessage))
90if (!TryGetDynamicObjectProperty(target, contractResolver, segment, out var property, out errorMessage))
95if (!TryConvertValue(value, property.GetType(), contractResolver, out var convertedValue))
122if (!TryGetDynamicObjectProperty(target, contractResolver, segment, out var property, out errorMessage))
127if (!TryConvertValue(value, property.GetType(), contractResolver, out var convertedValue))
152if (!TryGetDynamicObjectProperty(target, contractResolver, segment, out var property, out errorMessage))
Internal\ListAdapter.cs (4)
39if (!TryConvertValue(value, typeArgument, segment, contractResolver, out var convertedValue, out errorMessage))
141if (!TryConvertValue(value, typeArgument, segment, contractResolver, out var convertedValue, out errorMessage))
178if (!TryConvertValue(value, typeArgument, segment, contractResolver, out var convertedValue, out errorMessage))
183var currentValue = list[positionInfo.Index];
Microsoft.AspNetCore.JsonPatch.SystemTextJson (18)
Internal\ListAdapter.cs (4)
27if (!TryConvertValue(value, typeArgument, segment, serializerOptions, out var convertedValue, out errorMessage))
101if (!TryConvertValue(value, typeArgument, segment, serializerOptions, out var convertedValue, out errorMessage))
128if (!TryConvertValue(value, typeArgument, segment, serializerOptions, out var convertedValue, out errorMessage))
133var currentValue = GenericListOrJsonArrayUtilities.GetElementAt(target, positionInfo.Index);
Microsoft.AspNetCore.MiddlewareAnalysis (1)
Microsoft.AspNetCore.Mvc.Abstractions (1)
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
Microsoft.AspNetCore.Mvc.ApiExplorer (3)
Microsoft.AspNetCore.Mvc.Core (71)
Microsoft.AspNetCore.Mvc.DataAnnotations (3)
Microsoft.AspNetCore.Mvc.Formatters.Xml (10)
Microsoft.AspNetCore.Mvc.NewtonsoftJson (6)
Microsoft.AspNetCore.Mvc.Razor (2)
Microsoft.AspNetCore.Mvc.RazorPages (10)
Microsoft.AspNetCore.Mvc.TagHelpers (4)
Microsoft.AspNetCore.Mvc.Testing (6)
Microsoft.AspNetCore.Mvc.ViewFeatures (44)
Microsoft.AspNetCore.OpenApi (9)
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.Owin (1)
Microsoft.AspNetCore.RateLimiting (2)
Microsoft.AspNetCore.ResponseCaching (1)
Microsoft.AspNetCore.Rewrite (2)
Microsoft.AspNetCore.Routing (60)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Microsoft.AspNetCore.SignalR (1)
Microsoft.AspNetCore.SignalR.Client.Core (5)
Microsoft.AspNetCore.SignalR.Core (4)
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (2)
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (1)
Microsoft.AspNetCore.SpaServices.Extensions (1)
Microsoft.AspNetCore.TestHost (6)
Microsoft.Build (31)
Microsoft.Build.Framework (5)
Microsoft.Build.NuGetSdkResolver (1)
Microsoft.Build.Tasks.CodeAnalysis (1)
Microsoft.Build.Tasks.Core (9)
Microsoft.CodeAnalysis (31)
Microsoft.CodeAnalysis.Analyzers (4)
Microsoft.CodeAnalysis.AnalyzerUtilities (8)
Microsoft.CodeAnalysis.CodeStyle (5)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp (31)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp.Features (7)
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Microsoft.CodeAnalysis.Extensions.Package (2)
Microsoft.CodeAnalysis.ExternalAccess.Extensions (2)
Microsoft.CodeAnalysis.Features (17)
Microsoft.CodeAnalysis.NetAnalyzers (10)
Microsoft.CodeAnalysis.Razor.Compiler (6)
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
Microsoft.CodeAnalysis.Scripting (2)
Microsoft.CodeAnalysis.VisualBasic (2)
Microsoft.CodeAnalysis.Workspaces (25)
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Microsoft.Data.Analysis (4)
Microsoft.Data.Analysis.Interactive (2)
Microsoft.Data.Analysis.Tests (8)
Microsoft.DiaSymReader (1)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.DotNet.Build.Tasks.Packaging (1)
Microsoft.DotNet.HotReload.Watch (1)
Microsoft.Extensions.AI.Abstractions.Tests (31)
Microsoft.Extensions.AI.OpenAI.Tests (1)
Microsoft.Extensions.AI.Tests (14)
Microsoft.Extensions.ApiDescription.Client (4)
Microsoft.Extensions.Caching.Hybrid.Tests (2)
Microsoft.Extensions.Caching.SqlServer (1)
Microsoft.Extensions.Compliance.Abstractions.Tests (1)
Microsoft.Extensions.Compliance.Redaction (1)
Microsoft.Extensions.Compliance.Testing.Tests (2)
Microsoft.Extensions.DependencyInjection (2)
Microsoft.Extensions.DependencyInjection.AutoActivation.Tests (19)
Microsoft.Extensions.Diagnostics (2)
Microsoft.Extensions.Diagnostics.ExceptionSummarization.Tests (2)
Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization (1)
Microsoft.Extensions.Diagnostics.Probes (1)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Microsoft.Extensions.Diagnostics.Testing (1)
Microsoft.Extensions.Diagnostics.Testing.Tests (1)
Microsoft.Extensions.Features (2)
Microsoft.Extensions.Http.Diagnostics (3)
Microsoft.Extensions.Http.Diagnostics.Tests (1)
Microsoft.Extensions.Http.Polly (2)
Microsoft.Extensions.Http.Resilience (2)
Microsoft.Extensions.Http.Resilience.Tests (2)
Microsoft.Extensions.Options.SourceGeneration (2)
Microsoft.Extensions.Telemetry (1)
Microsoft.Extensions.Telemetry.PerformanceTests (11)
Microsoft.Extensions.Telemetry.Tests (1)
Microsoft.Gen.ContextualOptions.Unit.Tests (1)
Microsoft.Gen.Logging (5)
Microsoft.Gen.Logging.Unit.Tests (1)
Microsoft.Gen.Metrics.Unit.Tests (1)
Microsoft.JSInterop (4)
Microsoft.Maui (310)
Microsoft.Maui.Controls (82)
Microsoft.Maui.Controls.Build.Tasks (4)
Microsoft.Maui.Controls.Compatibility (3)
Microsoft.Maui.Controls.Xaml (29)
ApplyPropertiesVisitor.cs (11)
52 var value = Values[node];
53 if (!Values.TryGetValue(parentNode, out var source) && Context.ExceptionHandler != null)
93 var s0 = Values[parentNode];
112 if (!Values.TryGetValue(node, out var value) && Context.ExceptionHandler != null)
122 if (!Values.TryGetValue(parentNode, out var source) && Context.ExceptionHandler != null)
129 if (!Values.TryGetValue(parentNode, out var source) && Context.ExceptionHandler != null)
192 if (!Values.TryGetValue(parentNode.Parent, out var source) && Context.ExceptionHandler != null)
443 if (xpe == null && TryGetValue(xamlElement, property, attached, out var value, lineInfo, out xpe, out targetProperty))
602 var convertedValue = value.ConvertTo(property.ReturnType, minforetriever, serviceProvider, out exception);
735 if (!(GetPropertyValue(element, propertyName, rootElement, lineInfo, out _, out var targetProperty) is IEnumerable collection))
818 var collection = bindable.GetValue(property);
Microsoft.Maui.Maps (12)
Microsoft.ML.AutoML (1)
Microsoft.ML.AutoML.Tests (1)
Microsoft.ML.Core (9)
Microsoft.ML.Data (13)
Microsoft.ML.DataView (1)
Microsoft.ML.Ensemble (1)
Microsoft.ML.EntryPoints (3)
Microsoft.ML.FastTree (2)
Microsoft.ML.Maml (2)
Microsoft.ML.OnnxConverter (1)
Microsoft.ML.OnnxTransformer (1)
Microsoft.ML.ResultProcessor (1)
Microsoft.ML.Samples (48)
Dynamic\Transforms\TimeSeries\LocalizeRootCause.cs (21)
42Dictionary<string, Object> dic1 = new Dictionary<string, Object>();
48Dictionary<string, Object> dic2 = new Dictionary<string, Object>();
54Dictionary<string, Object> dic3 = new Dictionary<string, Object>();
60Dictionary<string, Object> dic4 = new Dictionary<string, Object>();
66Dictionary<string, Object> dic5 = new Dictionary<string, Object>();
72Dictionary<string, Object> dic6 = new Dictionary<string, Object>();
78Dictionary<string, Object> dic7 = new Dictionary<string, Object>();
84Dictionary<string, Object> dic8 = new Dictionary<string, Object>();
90Dictionary<string, Object> dic9 = new Dictionary<string, Object>();
99private static Dictionary<string, Object> GetAnomalyDimension()
101Dictionary<string, Object> dim = new Dictionary<string, Object>();
Dynamic\Transforms\TimeSeries\LocalizeRootCauseMultidimension.cs (27)
48Dictionary<string, Object> dic1 = new Dictionary<string, Object>
56Dictionary<string, Object> dic2 = new Dictionary<string, Object>();
62Dictionary<string, Object> dic3 = new Dictionary<string, Object>();
68Dictionary<string, Object> dic4 = new Dictionary<string, Object>();
74Dictionary<string, Object> dic5 = new Dictionary<string, Object>();
80Dictionary<string, Object> dic6 = new Dictionary<string, Object>();
86Dictionary<string, Object> dic7 = new Dictionary<string, Object>();
92Dictionary<string, Object> dic8 = new Dictionary<string, Object>();
98Dictionary<string, Object> dic9 = new Dictionary<string, Object>();
104Dictionary<string, Object> dic10 = new Dictionary<string, Object>();
110Dictionary<string, Object> dic11 = new Dictionary<string, Object>();
116Dictionary<string, Object> dic12 = new Dictionary<string, Object>();
125private static Dictionary<string, Object> GetAnomalyDimension()
127Dictionary<string, Object> dim = new Dictionary<string, Object>();
Microsoft.ML.SearchSpace (3)
Microsoft.ML.StandardTrainers (1)
Microsoft.ML.Sweeper (1)
Microsoft.ML.Sweeper.Tests (2)
Microsoft.ML.TestFramework (3)
Microsoft.ML.Tests (6)
Microsoft.ML.TimeSeries (40)
RootCauseAnalyzer.cs (26)
51Dictionary<Dictionary<string, Object>, TimeSeriesPoint> dimPointMapping = pointInfo.Item3;
75private DimensionInfo SeparateDimension(Dictionary<string, Object> dimensions, Object aggSymbol)
78foreach (KeyValuePair<string, Object> entry in dimensions)
102Dictionary<string, Object> subDim = GetSubDim(src.AnomalyDimension, dimensionInfo.DetailDims);
125return new Tuple<PointTree, PointTree, Dictionary<Dictionary<string, Object>, TimeSeriesPoint>>(pointTree, anomalyTree, dimPointMapping);
128protected Dictionary<string, Object> GetSubDim(Dictionary<string, Object> dimension, List<string> keyList)
133private void LocalizeRootCausesByDimension(PointTree anomalyTree, PointTree pointTree, Dictionary<string, Object> anomalyDimension, List<string> aggDims)
350private void GetRootCauseDirectionAndScore(Dictionary<Dictionary<string, Object>, TimeSeriesPoint> dimPointMapping, Dictionary<string, Object> anomalyRoot, RootCause dst, double beta, PointTree pointTree, AggregateType aggType, Object aggSymbol)
401private TimeSeriesPoint GetPointByDimension(Dictionary<Dictionary<string, Object>, TimeSeriesPoint> dimPointMapping, Dictionary<string, Object> dimension, PointTree pointTree, AggregateType aggType, Object aggSymbol)
411Dictionary<string, Object> subDim = GetSubDim(dimension, dimensionInfo.DetailDims);
442private void BuildTree(PointTree tree, List<string> aggDims, TimeSeriesPoint point, Object aggSymbol)
637private static Dictionary<string, Object> UpdateDimensionValue(Dictionary<string, Object> dimension, string key, Object value)
639Dictionary<string, Object> newDim = new Dictionary<string, Object>(dimension);
722private static bool ContainsAll(Dictionary<string, Object> bigDictionary, Dictionary<string, Object> smallDictionary)
735private bool IsAggregationDimension(Object val, Object aggSymbol)
RootCauseLocalizationType.cs (14)
44public Dictionary<string, Object> AnomalyDimension { get; set; }
59public Object AggregateSymbol { get; set; }
61public RootCauseLocalizationInput(DateTime anomalyTimestamp, Dictionary<string, Object> anomalyDimension, List<MetricSlice> slices, AggregateType aggregateType, Object aggregateSymbol)
70public RootCauseLocalizationInput(DateTime anomalyTimestamp, Dictionary<string, Object> anomalyDimension, List<MetricSlice> slices, Object aggregateSymbol)
135public Dictionary<string, Object> Dimension;
141public RootCauseItem(Dictionary<string, Object> rootCause)
147public RootCauseItem(Dictionary<string, Object> rootCause, List<string> path)
156foreach (KeyValuePair<string, Object> item in Dimension)
206public Dictionary<string, Object> Dimension { get; set; }
212public TimeSeriesPoint(Dictionary<string, Object> dimension)
218public TimeSeriesPoint(double value, double expectedValue, bool isAnomaly, Dictionary<string, Object> dimension)
229foreach (KeyValuePair<string, Object> item in Dimension)
Microsoft.ML.TimeSeries.Tests (33)
TimeSeriesDirectApi.cs (33)
102private static Object _rootCauseAggSymbol = "##SUM##";
970Dictionary<string, Object> expectedDim = new Dictionary<string, Object>();
999Dictionary<string, Object> expectedDim = new Dictionary<string, Object>();
1015expectedDim = new Dictionary<string, Object>();
1087Dictionary<string, Object> dic1 = new Dictionary<string, Object>();
1093Dictionary<string, Object> dic2 = new Dictionary<string, Object>();
1099Dictionary<string, Object> dic3 = new Dictionary<string, Object>();
1105Dictionary<string, Object> dic4 = new Dictionary<string, Object>();
1111Dictionary<string, Object> dic5 = new Dictionary<string, Object>();
1117Dictionary<string, Object> dic6 = new Dictionary<string, Object>();
1123Dictionary<string, Object> dic7 = new Dictionary<string, Object>();
1129Dictionary<string, Object> dic8 = new Dictionary<string, Object>();
1135Dictionary<string, Object> dic9 = new Dictionary<string, Object>();
1141Dictionary<string, Object> dic10 = new Dictionary<string, Object>();
1147Dictionary<string, Object> dic11 = new Dictionary<string, Object>();
1153Dictionary<string, Object> dic12 = new Dictionary<string, Object>();
1162private static Dictionary<string, Object> GetRootCauseAnomalyDimension(object val, object aggSymbol)
1164Dictionary<string, Object> dim = new Dictionary<string, Object>();
Microsoft.ML.Transforms (7)
Microsoft.NET.Build.Tasks (1)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Microsoft.TemplateEngine.Cli (1)
Microsoft.TestPlatform.CommunicationUtilities (6)
Microsoft.TestPlatform.CrossPlatEngine (4)
Microsoft.TestPlatform.Filter.Source (2)
Microsoft.TestUtilities (1)
Microsoft.VisualStudio.TestPlatform.Common (9)
Microsoft.VisualStudio.TestPlatform.ObjectModel (8)
Mono.Cecil (2)
Mono.Cecil.Pdb (10)
MSBuild (6)
mscorlib (1)
netstandard (1)
NuGet.CommandLine.XPlat (3)
NuGet.Commands (2)
NuGet.Common (1)
NuGet.Frameworks (2)
NuGet.PackageManagement (7)
NuGet.Packaging (7)
NuGet.ProjectModel (5)
NuGet.Resolver (1)
PresentationBuildTasks (24)
PresentationCore (121)
PresentationFramework (479)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (11)
334public IList<ContentLocatorBase> GenerateLocators(Object selection)
386public Object ResolveLocator(ContentLocatorBase locator, int offset, DependencyObject startNode, out AttachmentLevel attachmentLevel)
519internal Object FindAttachedAnchor(DependencyObject startNode, ContentLocator[] prefixes, ContentLocatorBase locator, out AttachmentLevel attachmentLevel)
527Object anchor = null;
632private IList<ContentLocatorBase> GenerateLocators(SubTreeProcessor processor, PathNode startNode, Object selection)
744private ContentLocatorBase GenerateLocatorGroup(PathNode node, Object selection)
877private Object InternalResolveLocator(ContentLocatorBase locator, int offset, DependencyObject startNode, bool skipStartNode, out AttachmentLevel attachmentLevel)
884Object selection = null;
1143Object selection = selProcessor.ResolveLocatorPart(locatorPart, node, out attachmentLevel);
1324public Object AttachedAnchor;
1328public Object LastNodeMatched;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (59)
1855TypeConverterType = typeof(System.Object)
1968TypeConverterType = typeof(System.Object)
2059TypeConverterType = typeof(System.Object)
2898TypeConverterType = typeof(System.Object)
2938TypeConverterType = typeof(System.Object)
3010TypeConverterType = typeof(System.Object)
3247TypeConverterType = typeof(System.Object)
4411TypeConverterType = typeof(System.Object)
4431TypeConverterType = typeof(System.Object)
4508TypeConverterType = typeof(System.Object)
4566TypeConverterType = typeof(System.Object)
4773TypeConverterType = typeof(System.Object)
4980TypeConverterType = typeof(System.Object)
5000TypeConverterType = typeof(System.Object)
5020TypeConverterType = typeof(System.Object)
5040TypeConverterType = typeof(System.Object)
5308TypeConverterType = typeof(System.Object)
5382TypeConverterType = typeof(System.Object)
5440TypeConverterType = typeof(System.Object)
5650TypeConverterType = typeof(System.Object)
5816TypeConverterType = typeof(System.Object)
5855TypeConverterType = typeof(System.Object)
5951TypeConverterType = typeof(System.Object)
6104TypeConverterType = typeof(System.Object)
6197TypeConverterType = typeof(System.Object)
6350TypeConverterType = typeof(System.Object)
6446TypeConverterType = typeof(System.Object)
6561TypeConverterType = typeof(System.Object)
6695TypeConverterType = typeof(System.Object)
6784typeof(System.Object), // type
6790TypeConverterType = typeof(System.Object),
6986typeof(System.Object), // type
6992SetDelegate = delegate (object target, object value) { ((System.Windows.Setter)target).Value = (System.Object)value; },
7047typeof(System.Object), // type
7053TypeConverterType = typeof(System.Object),
7054SetDelegate = delegate (object target, object value) { ((System.Windows.ComponentResourceKey)target).ResourceId = (System.Object)value; },
7108typeof(System.Object), // type
7114TypeConverterType = typeof(System.Object),
7115SetDelegate = delegate (object target, object value) { ((System.Windows.Data.Binding)target).Source = (System.Object)value; },
7267typeof(System.Object), // type
7273SetDelegate = delegate (object target, object value) { ((System.Windows.Trigger)target).Value = (System.Object)value; },
7466typeof(System.Object), // type
7472TypeConverterType = typeof(System.Object),
7473SetDelegate = delegate (object target, object value) { ((System.Windows.Data.MultiBinding)target).ConverterParameter = (System.Object)value; },
7566typeof(System.Object), // type
7572SetDelegate = delegate (object target, object value) { ((System.Windows.Condition)target).Value = (System.Object)value; },
7605typeof(System.Object), // type
7611TypeConverterType = typeof(System.Object),
7612SetDelegate = delegate (object target, object value) { ((System.Windows.Data.BindingBase)target).FallbackValue = (System.Object)value; },
8063typeof(System.Object), // type
8069TypeConverterType = typeof(System.Object),
8070SetDelegate = delegate (object target, object value) { ((System.Windows.DataTrigger)target).Value = (System.Object)value; },
8307TypeConverterType = typeof(System.Object)
8720typeof(System.Object), // type
8726TypeConverterType = typeof(System.Object),
8728SetDelegate = delegate (object target, object value) { ((System.Windows.DataTemplate)target).DataType = (System.Object)value; },
8993typeof(System.Object), // type
8999TypeConverterType = typeof(System.Object),
9000SetDelegate = delegate (object target, object value) { ((System.Windows.Data.Binding)target).ConverterParameter = (System.Object)value; },
System\Windows\Markup\Primitives\ElementMarkupObject.cs (4)
511ElementProperty.CheckForMarkupExtension(typeof(Object), entry.Value, Context, false), Manager);
526ElementProperty.CheckForMarkupExtension(typeof(Object), o, Context, false), Manager);
542ElementProperty.CheckForMarkupExtension(typeof(Object), value, Context, true), Manager);
553ElementProperty.CheckForMarkupExtension(typeof(Object), value, Context, true), Manager);
System\Windows\Navigation\NavigationService.cs (40)
769private bool UnhookOldTree(Object oldTree)
855private bool HookupNewTree(Object newTree, NavigateInfo navInfo, Uri newUri)
974private bool OnBeforeSwitchContent(Object newBP, NavigateInfo navInfo, Uri newUri)
1091void IContentContainer.OnContentReady(ContentType contentType, Object bp, Uri bpu, Object navState)
1379public Object Content
1466public bool Navigate(Object root)
1475public bool Navigate(Uri source, Object navigationState)
1484public bool Navigate(Uri source, Object navigationState, bool sandboxExternalContent)
1493internal bool Navigate(Uri source, Object navigationState, bool sandboxExternalContent, bool navigateOnSourceChanged)
1606public bool Navigate(Object root, Object navigationState)
1995private bool FireNavigating(Uri source, Object bp, Object navState, WebRequest request)
2061private bool HandleNavigating(Uri source, Object content, Object navState, WebRequest newRequest, bool navigateOnSourceChanged)
2603internal void DoNavigate(Uri source, NavigationMode f, Object navState)
2848private void GetObjectFromResponse(WebRequest request, WebResponse response, Uri destinationUri, Object navState)
2884Object o = MimeObjectFactory.GetObjectAndCloseStreamCore(bindStream, contentType, destinationUri, canUseTopLevelBrowserForHTMLRendering, sandBoxContent, true /*allowAsync*/, IsJournalNavigation(navigateInfo), out _asyncObjectConverter, IsUnsafe);
3008internal void DoNavigate(Object bp, NavigationMode navFlags, Object navState)
3601private void SetupPageFunctionHandlers(Object bp)
4079public delegate void NavigatingCancelEventHandler(Object sender, NavigatingCancelEventArgs e);
4084public delegate void NavigationProgressEventHandler(Object sender, NavigationProgressEventArgs e);
4091public delegate void NavigationFailedEventHandler(Object sender, NavigationFailedEventArgs e);
4096public delegate void NavigatedEventHandler(Object sender, NavigationEventArgs e);
4101public delegate void LoadCompletedEventHandler(Object sender, NavigationEventArgs e);
4106public delegate void NavigationStoppedEventHandler(Object sender, NavigationEventArgs e);
4119internal delegate void BPReadyEventHandler(Object sender, BPReadyEventArgs e);
4129internal RequestState(WebRequest request, Uri source, Object navState, Dispatcher callbackDispatcher)
4153internal Object NavState
4171private Object _navState;
4186internal BPReadyEventArgs(Object content, Uri uri)
4196internal Object Content
4212private Object _content;
4318internal NavigateQueueItem(Uri source, object content, NavigationMode mode, Object navState, NavigationService nc)
4389private Object _navState;
4412internal void DisposeElement(Object node)
4447internal DisposeTreeQueueItem(Object node)
4453private Object _root;
PresentationUI (4)
ReachFramework (141)
Roslyn.Diagnostics.Analyzers (4)
Roslyn.Diagnostics.CSharp.Analyzers (3)
Shared (1)
System.CodeDom (2)
System.CommandLine (4)
System.ComponentModel.Composition (3)
System.ComponentModel.Composition.Registration (1)
System.ComponentModel.TypeConverter (1)
System.Composition.Convention (3)
System.Composition.Hosting (1)
System.Composition.Runtime (1)
System.Composition.TypedParts (4)
System.Diagnostics.EventLog (4)
System.Linq.Expressions (3)
System.Net.Http (2)
System.Net.Primitives (1)
System.Private.CoreLib (1)
System.Private.DataContractSerialization (5)
System.Private.Xml (11)
System.Runtime (1)
System.Runtime.InteropServices.JavaScript (2)
System.Runtime.Serialization.Schema (1)
System.ServiceModel.Federation (1)
System.ServiceModel.NetFramingBase (1)
System.ServiceModel.NetTcp (2)
System.ServiceModel.Primitives (12)
System.ServiceModel.UnixDomainSocket (2)
System.Windows.Controls.Ribbon (14)
System.Xaml (5)
UIAutomationClient (11)
UIAutomationTypes (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsOther.cs (1)
138Object[] pvaIn,
vstest.console (1)
vstest.console.arm64 (1)
WebApplication1 (1)
WebApplication2 (1)