7 instantiations of Nullable
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.ML.Sweeper (2)
PresentationCore (1)
PresentationFramework (2)
System.Data.Common (1)
1893 references to Nullable
aspire (51)
aspire-managed (2)
Aspire.Cli.EndToEnd.Tests (3)
Aspire.Cli.Tests (12)
Aspire.Dashboard (58)
Aspire.Dashboard.Components.Tests (1)
Aspire.Dashboard.Tests (18)
Aspire.Deployment.EndToEnd.Tests (3)
Aspire.Hosting (41)
Aspire.Hosting.Analyzers (1)
Aspire.Hosting.Azure (6)
Aspire.Hosting.Azure.AppContainers (1)
Aspire.Hosting.Azure.Sandboxes (2)
Aspire.Hosting.Azure.Tests (1)
Aspire.Hosting.Blazor (1)
Aspire.Hosting.Browsers (3)
Aspire.Hosting.Browsers.Tests (8)
Aspire.Hosting.Docker (1)
Aspire.Hosting.Dotnet (1)
Aspire.Hosting.EntityFrameworkCore (1)
Aspire.Hosting.Foundry (1)
Aspire.Hosting.GitHub.Models (2)
Aspire.Hosting.Integration.Analyzers (2)
Aspire.Hosting.Maui (3)
Aspire.Hosting.MongoDB (1)
Aspire.Hosting.OpenAI (2)
Aspire.Hosting.Radius (1)
Aspire.Hosting.Radius.Tests (2)
Aspire.Hosting.RemoteHost (1)
Aspire.Hosting.Testing (1)
Aspire.Hosting.Tests (10)
Aspire.Managed.Tests (3)
Aspire.Microsoft.Azure.Cosmos (2)
Aspire.TerminalHost (4)
Aspire.TestTools (1)
ConfigurationSchemaGenerator (1)
csc (1)
CSharpSyntaxGenerator (1)
dotnet-aot (3)
dotnet-openapi (3)
dotnet-svcutil-lib (27)
dotnet-svcutil-lib.Tests (1)
GenerateDocumentationAndConfigFiles (47)
ILAssembler (2)
ILCompiler.Compiler (8)
ILCompiler.ReadyToRun (15)
ILCompiler.TypeSystem (2)
illink (4)
ILLink.RoslynAnalyzer (1)
Infrastructure.Tests (8)
Microsoft.Analyzers.Extra (3)
Microsoft.AspNetCore.App.Analyzers (27)
Microsoft.AspNetCore.Authentication.Cookies (5)
Microsoft.AspNetCore.Authentication.Negotiate (3)
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
Microsoft.AspNetCore.Components (8)
Microsoft.AspNetCore.Components.Endpoints (3)
Microsoft.AspNetCore.Components.QuickGrid (1)
Microsoft.AspNetCore.Components.Server (6)
Microsoft.AspNetCore.Components.Web (2)
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
Microsoft.AspNetCore.Connections.Abstractions (1)
Microsoft.AspNetCore.DataProtection (2)
Microsoft.AspNetCore.Grpc.JsonTranscoding (3)
Microsoft.AspNetCore.Hosting (1)
Microsoft.AspNetCore.Http (3)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.AspNetCore.Http.Connections (7)
Microsoft.AspNetCore.Http.Extensions (6)
Microsoft.AspNetCore.Http.RequestDelegateGenerator (6)
Microsoft.AspNetCore.Http.Results (7)
Microsoft.AspNetCore.HttpsPolicy (1)
Microsoft.AspNetCore.Identity (1)
Microsoft.AspNetCore.JsonPatch (1)
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Microsoft.AspNetCore.Mvc.Abstractions (11)
Microsoft.AspNetCore.Mvc.Analyzers (2)
Microsoft.AspNetCore.Mvc.Core (13)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Microsoft.AspNetCore.OpenApi (8)
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
Microsoft.AspNetCore.RequestDecompression (1)
Microsoft.AspNetCore.ResponseCaching (3)
Microsoft.AspNetCore.ResponseCompression (1)
Microsoft.AspNetCore.Routing (7)
Microsoft.AspNetCore.Routing.Abstractions (1)
Microsoft.AspNetCore.Server.HttpSys (7)
Microsoft.AspNetCore.Server.IIS (5)
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Microsoft.AspNetCore.SignalR.Client.Core (2)
Microsoft.AspNetCore.SignalR.Common (1)
Microsoft.AspNetCore.SignalR.Core (2)
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (2)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (3)
Microsoft.AspNetCore.StaticAssets (4)
Microsoft.AspNetCore.StaticFiles (4)
Microsoft.AspNetCore.TestHost (1)
Microsoft.AspNetCore.WebSockets (2)
Microsoft.Build (4)
Microsoft.Build.Framework (2)
Microsoft.Build.Tasks.Git (3)
Microsoft.CodeAnalysis (24)
Microsoft.CodeAnalysis.Analyzers (51)
Microsoft.CodeAnalysis.AnalyzerUtilities (37)
Microsoft.CodeAnalysis.CodeStyle (47)
src\roslyn\src\Analyzers\Core\Analyzers\UseCollectionInitializer\AbstractObjectCreationExpressionAnalyzer.cs (1)
101var result =
Microsoft.CodeAnalysis.CodeStyle.Fixes (19)
Microsoft.CodeAnalysis.CSharp (31)
Utilities\TypeUnionValueSet.cs (6)
185var result = evaluateCore(node, inputValue, ref useSiteInfo);
241var leftResult = evaluateCore(andNode.Left, inputValue, ref useSiteInfo);
242var rightResult = evaluateCore(andNode.Right, inputValue, ref useSiteInfo);
253var leftResult = evaluateCore(orNode.Left, inputValue, ref useSiteInfo);
254var rightResult = evaluateCore(orNode.Right, inputValue, ref useSiteInfo);
295var sample = TryGetSampleType(_root, ref useSiteInfo);
Microsoft.CodeAnalysis.CSharp.CodeStyle (14)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (11)
Microsoft.CodeAnalysis.CSharp.Features (58)
Microsoft.CodeAnalysis.CSharp.Workspaces (24)
Microsoft.CodeAnalysis.Extensions.Package (1)
Microsoft.CodeAnalysis.Features (178)
CodeLens\CodeLensReferencesService.cs (4)
141var glyph = symbol?.GetGlyph();
234var results = await SpanMappingHelper.TryGetMappedSpanResultAsync(document, [span], cancellationToken).ConfigureAwait(false);
260var referenceExcerpt = await DocumentExcerptHelper.TryExcerptAsync(document, span, ExcerptMode.SingleLine, classificationOptions, cancellationToken).ConfigureAwait(false);
261var tooltipExcerpt = await DocumentExcerptHelper.TryExcerptAsync(document, span, ExcerptMode.Tooltip, classificationOptions, cancellationToken).ConfigureAwait(false);
src\roslyn\src\Analyzers\Core\Analyzers\UseCollectionInitializer\AbstractObjectCreationExpressionAnalyzer.cs (1)
101var result =
Microsoft.CodeAnalysis.Features.ExternalAccess (2)
Microsoft.CodeAnalysis.NetAnalyzers (11)
Microsoft.CodeAnalysis.Razor.Compiler (53)
Microsoft.CodeAnalysis.ResxSourceGenerator (34)
Microsoft.CodeAnalysis.VisualBasic (8)
Microsoft.CodeAnalysis.Workspaces (80)
PatternMatching\PatternMatcher.cs (8)
211var match = TryCamelCaseMatch(candidate, patternChunk, punctuationStripped, isLowercase: false, candidateHumps);
288var match = TryCamelCaseMatch(candidate, patternChunk, punctuationStripped, patternIsLowercase, candidateHumps);
363var match = MatchPatternChunk(
391var result = MatchPatternChunk(
405var result = MatchPatternChunk(
466var camelCaseKind = TryAllLowerCamelCaseMatch(
484var camelCaseKindIgnoreCase = TryUpperCaseCamelCaseMatch(candidate, candidateHumps, patternChunk, CompareOptions.IgnoreCase, out var matchedSpansIgnoreCase);
487var camelCaseKind = TryUpperCaseCamelCaseMatch(candidate, candidateHumps, patternChunk, CompareOptions.None, out var matchedSpans);
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
Microsoft.CSharp (4)
Microsoft.Data.Analysis (1)
Microsoft.Data.Analysis.Tests (2)
Microsoft.DotNet.Cli.Definitions (3)
Microsoft.DotNet.Cli.Utils (1)
Microsoft.DotNet.HotReload.Watch (9)
Microsoft.DotNet.HotReload.WebAssembly.Browser (1)
Microsoft.DotNet.ProjectTools (1)
Microsoft.DotNet.TemplateLocator (2)
Microsoft.Extensions.AI (2)
Microsoft.Extensions.AI.Integration.Tests (2)
Microsoft.Extensions.AI.Tests (1)
Microsoft.Extensions.Caching.SqlServer (2)
Microsoft.Extensions.Caching.StackExchangeRedis (6)
Microsoft.Extensions.Compliance.Redaction (1)
Microsoft.Extensions.Configuration.Binder (3)
Microsoft.Extensions.Configuration.Xml (6)
Microsoft.Extensions.DependencyInjection (1)
Microsoft.Extensions.DependencyInjection.Abstractions (1)
Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization (1)
Microsoft.Extensions.Diagnostics.Probes (1)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Microsoft.Extensions.DotNetDeltaApplier (1)
Microsoft.Extensions.Http.Resilience (1)
Microsoft.Extensions.Http.Resilience.Tests (2)
Microsoft.Extensions.Identity.Core (1)
Microsoft.Extensions.Logging.Console (1)
Microsoft.Extensions.Resilience (1)
Microsoft.Extensions.Telemetry (1)
Microsoft.Extensions.Validation.ValidationsGenerator (4)
Microsoft.Extensions.VectorData.Abstractions (1)
Microsoft.Extensions.VectorData.ConformanceTests (1)
Microsoft.Gen.BuildMetadata.Unit.Tests (1)
Microsoft.Gen.ComplianceReports (1)
Microsoft.Gen.ComplianceReports.Unit.Tests (1)
Microsoft.Gen.ContextualOptions.Unit.Tests (1)
Microsoft.Gen.Logging.Generated.Tests (4)
Microsoft.Gen.Logging.Unit.Tests (1)
Microsoft.Gen.MetadataExtractor (1)
Microsoft.Gen.MetadataExtractor.Unit.Tests (1)
Microsoft.Gen.Metrics.Unit.Tests (1)
Microsoft.Gen.MetricsReports.Unit.Tests (1)
Microsoft.Interop.ComInterfaceGenerator (2)
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Microsoft.Interop.LibraryImportGenerator (1)
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
Microsoft.JSInterop (1)
Microsoft.Maui.Controls (5)
Microsoft.Maui.Controls.Foldable (1)
Microsoft.Maui.Controls.Xaml (1)
Microsoft.Maui.Graphics (1)
Microsoft.Maui.Resizetizer (2)
Microsoft.ML.AutoML (7)
Microsoft.ML.AutoML.Tests (2)
Microsoft.ML.CodeGenerator (2)
Microsoft.ML.Core (6)
Microsoft.ML.Core.Tests (19)
Microsoft.ML.Data (43)
Microsoft.ML.DataView (1)
Microsoft.ML.Ensemble (1)
Microsoft.ML.EntryPoints (4)
Microsoft.ML.FastTree (2)
Microsoft.ML.GenAI.Core (2)
Microsoft.ML.IntegrationTests (1)
Microsoft.ML.Mkl.Components (1)
Microsoft.ML.OnnxConverter (2)
Microsoft.ML.OnnxTransformer (1)
Microsoft.ML.PerformanceTests (1)
Microsoft.ML.Predictor.Tests (4)
Microsoft.ML.ResultProcessor (1)
Microsoft.ML.Samples (1)
Microsoft.ML.StandardTrainers (3)
Microsoft.ML.Tests (1)
Microsoft.ML.TimeSeries (1)
Microsoft.ML.TorchSharp (3)
Microsoft.ML.Transforms (16)
Microsoft.NET.Build.Containers (2)
Microsoft.NET.Build.Tasks (2)
Microsoft.Net.Http.Headers (4)
Microsoft.NET.Sdk.Razor.Tasks (1)
Microsoft.NET.Sdk.WorkloadManifestReader (2)
Microsoft.Private.Windows.Core (1)
Microsoft.SourceLink.AzureDevOpsServer.Git (1)
Microsoft.SourceLink.AzureRepos.Git (1)
Microsoft.SourceLink.Bitbucket.Git (1)
Microsoft.SourceLink.Gitea (1)
Microsoft.SourceLink.Gitee (1)
Microsoft.SourceLink.GitHub (1)
Microsoft.SourceLink.GitLab (1)
Microsoft.SourceLink.GitWeb (1)
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
Microsoft.VisualStudio.TestPlatform.Common (1)
mscorlib (1)
netstandard (1)
NuGet.Commands (4)
NuGet.PackageManagement (2)
NuGet.Packaging (5)
NuGet.Protocol (5)
PresentationBuildTasks (1)
PresentationCore (16)
System\Windows\Media\Animation\TimeIntervalCollection.cs (6)
1149TimeSpan beginTime, Nullable<TimeSpan> endTime,
1194Nullable<TimeSpan> activeDuration;
1235TimeSpan beginTime, Nullable<TimeSpan> endTime, bool includeFillPeriod, double speedRatio)
1304private void ProjectionFold(ref TimeIntervalCollection projection, Nullable<TimeSpan> activeDuration,
1346private void ProjectionFoldPoint(ref TimeIntervalCollection projection, Nullable<TimeSpan> activeDuration,
1389private bool ProjectionFoldInterval(ref TimeIntervalCollection projection, Nullable<TimeSpan> activeDuration,
PresentationFramework (49)
PresentationUI (4)
ReachFramework (39)
Roslyn.Diagnostics.Analyzers (43)
Roslyn.Diagnostics.CSharp.Analyzers (10)
rzc (2)
Shared (1)
SuperFileCheck (2)
System.CommandLine (1)
System.ComponentModel.Annotations (2)
System.ComponentModel.TypeConverter (4)
System.Console (1)
System.Data.Common (2)
System.Diagnostics.Process (1)
System.DirectoryServices (6)
System.DirectoryServices.AccountManagement (62)
System.Formats.Asn1 (7)
System.IO.MemoryMappedFiles (1)
System.IO.Packaging (10)
System.Linq.Expressions (9)
System.Net.WebSockets.Client (1)
System.Private.CoreLib (25)
System\Reflection\Runtime\MethodInfos\CustomMethodMapper.Nullable.cs (8)
26Type type = typeof(Nullable<>);
29map.AddMethod(type, nameof(Nullable<int>.ToString), Array.Empty<Type>(),
36map.AddMethod(type, nameof(Nullable<int>.Equals), new Type[] { typeof(object) },
48map.AddMethod(type, nameof(Nullable<int>.GetHashCode), Array.Empty<Type>(),
62map.AddMethod(type, "get_" + nameof(Nullable<int>.HasValue), Array.Empty<Type>(),
69map.AddMethod(type, "get_" + nameof(Nullable<int>.Value), Array.Empty<Type>(),
78map.AddMethod(type, nameof(Nullable<int>.GetValueOrDefault), Array.Empty<Type>(), NullableGetValueOrDefault);
91map.AddMethod(type, nameof(Nullable<int>.GetValueOrDefault), new Type[] { theT },
System.Private.DataContractSerialization (5)
System.Private.Reflection.Execution (1)
System.Private.TypeLoader (4)
System.Private.Windows.Core (1)
System.Private.Xml (22)
System.Runtime (1)
System.Runtime.InteropServices.JavaScript (10)
System.Runtime.Serialization.Formatters (1)
System.Runtime.Serialization.Schema (3)
System.Text.Json (7)
System.Windows.Forms (3)
System.Xaml (4)
vbc (1)
VBCSCompiler (3)
src\roslyn\src\Compilers\Server\VBCSCompiler\CSharpCompilerServer.cs (1)
49var result = CompilationCacheUtilities.CheckCache(_cache, _logger, Arguments, compilation, analyzers, generators, additionalTexts, _cacheTelemetry, cancellationToken, out var deterministicKey, out var hashKey);
src\roslyn\src\Compilers\Server\VBCSCompiler\VisualBasicCompilerServer.cs (1)
49var result = CompilationCacheUtilities.CheckCache(_cache, _logger, Arguments, compilation, analyzers, generators, additionalTexts, _cacheTelemetry, cancellationToken, out var deterministicKey, out var hashKey);
vstest.console (2)
vstest.console.arm64 (2)