156 implementations of
GenerateDocumentationAndConfigFiles (5)
Metrics (5)
Metrics.Legacy (5)
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
Microsoft.AspNetCore.Http (1)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.AspNetCore.Mvc.Abstractions (2)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Microsoft.AspNetCore.Shared.Tests (1)
Microsoft.Build (3)
Microsoft.Build.Framework (3)
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Utilities.Core (1)
Microsoft.CodeAnalysis (5)
Microsoft.CodeAnalysis.Analyzers (5)
Microsoft.CodeAnalysis.AnalyzerUtilities (5)
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.Abstractions.Tests (2)
Microsoft.Extensions.AI.AzureAIInference (1)
Microsoft.Extensions.AI.Ollama (1)
Microsoft.Extensions.AI.OpenAI (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.Maui.Controls (1)
MSBuild (1)
Roslyn.Diagnostics.Analyzers (5)
Shared (1)
Shared.Tests (2)
System.Collections (3)
System.Collections.Concurrent (1)
System.Collections.Immutable (5)
System.Formats.Nrbf (1)
System.Net.Http (2)
System.Net.WebSockets.Client (1)
System.Private.CoreLib (3)
System.Security.Cryptography.Cose (1)
System.Text.RegularExpressions (1)
Test.Utilities (5)
Text.Analyzers (5)
875 references to
AzureFunctionsEndToEnd.Functions (1)
GenerateDocumentationAndConfigFiles (2)
InMemory.FunctionalTests (21)
KestrelMetricsTests.cs (19)
97Assert.Equal("value!", (string)m.Tags["custom"]);
385Assert.Equal("value!", (string)m.Tags["custom"]);
752Assert.Equal("1.2", (string)m.Tags["tls.protocol.version"]);
760Assert.Equal("http", (string)measurement.Tags["network.protocol.name"]);
761Assert.Equal(httpVersion, (string)measurement.Tags["network.protocol.version"]);
912Assert.Equal(typeof(AuthenticationException).FullName, (string)m.Tags["error.type"]);
933Assert.Equal(networkTransport, (string)measurement.Tags["network.transport"]);
934Assert.Equal(localAddress, (string)measurement.Tags["server.address"]);
937Assert.Equal(localPort, (int)measurement.Tags["server.port"]);
945Assert.Equal(networkType, (string)measurement.Tags["network.type"]);
953Assert.Equal("http", (string)measurement.Tags["network.protocol.name"]);
954Assert.Equal(httpVersion, (string)measurement.Tags["network.protocol.version"]);
963Assert.Equal(tlsProtocolVersion, (string)measurement.Tags["tls.protocol.version"]);
971Assert.Equal(error, (string)measurement.Tags["error.type"]);
981throw new Exception($"Connection has unexpected error.type value: {measurement.Tags["error.type"]}", ex);
989Assert.Equal(networkTransport, (string)measurement.Tags["network.transport"]);
990Assert.Equal(localAddress, (string)measurement.Tags["server.address"]);
993Assert.Equal(localPort, (int)measurement.Tags["server.port"]);
1001Assert.Equal(networkType, (string)measurement.Tags["network.type"]);
Interop.FunctionalTests (14)
Metrics (2)
Metrics.Legacy (2)
Microsoft.AspNetCore.Authentication.Test (21)
AuthenticationMetricsTest.cs (21)
38Assert.Equal("custom", (string)measurement.Tags["aspnetcore.authentication.scheme"]);
39Assert.Equal("success", (string)measurement.Tags["aspnetcore.authentication.result"]);
66Assert.Equal("custom", (string)measurement.Tags["aspnetcore.authentication.scheme"]);
67Assert.Equal("failure", (string)measurement.Tags["aspnetcore.authentication.result"]);
68Assert.Equal("Microsoft.AspNetCore.Authentication.AuthenticationFailureException", (string)measurement.Tags["error.type"]);
94Assert.Equal("custom", (string)measurement.Tags["aspnetcore.authentication.scheme"]);
95Assert.Equal("none", (string)measurement.Tags["aspnetcore.authentication.result"]);
123Assert.Equal("custom", (string)measurement.Tags["aspnetcore.authentication.scheme"]);
124Assert.Equal("System.InvalidOperationException", (string)measurement.Tags["error.type"]);
148Assert.Equal("custom", (string)measurement.Tags["aspnetcore.authentication.scheme"]);
175Assert.Equal("custom", (string)measurement.Tags["aspnetcore.authentication.scheme"]);
176Assert.Equal("System.InvalidOperationException", (string)measurement.Tags["error.type"]);
199Assert.Equal("custom", (string)measurement.Tags["aspnetcore.authentication.scheme"]);
226Assert.Equal("custom", (string)measurement.Tags["aspnetcore.authentication.scheme"]);
227Assert.Equal("System.InvalidOperationException", (string)measurement.Tags["error.type"]);
250Assert.Equal("custom", (string)measurement.Tags["aspnetcore.authentication.scheme"]);
277Assert.Equal("custom", (string)measurement.Tags["aspnetcore.authentication.scheme"]);
278Assert.Equal("System.InvalidOperationException", (string)measurement.Tags["error.type"]);
301Assert.Equal("custom", (string)measurement.Tags["aspnetcore.authentication.scheme"]);
328Assert.Equal("custom", (string)measurement.Tags["aspnetcore.authentication.scheme"]);
329Assert.Equal("System.InvalidOperationException", (string)measurement.Tags["error.type"]);
Microsoft.AspNetCore.Authorization.Test (15)
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Microsoft.AspNetCore.Components.Server.Tests (6)
Microsoft.AspNetCore.Components.Web.Tests (2)
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (5)
Microsoft.AspNetCore.Diagnostics.Tests (20)
Microsoft.AspNetCore.HeaderParsing.Tests (4)
Microsoft.AspNetCore.Hosting.Tests (29)
HostingApplicationDiagnosticsTests.cs (25)
263Assert.Equal("http", m.Tags["url.scheme"]);
264Assert.Equal("POST", m.Tags["http.request.method"]);
279Assert.Equal("http", m.Tags["url.scheme"]);
280Assert.Equal("POST", m.Tags["http.request.method"]);
285Assert.Equal("http", m.Tags["url.scheme"]);
286Assert.Equal("POST", m.Tags["http.request.method"]);
322Assert.Equal("http", m.Tags["url.scheme"]);
323Assert.Equal("POST", m.Tags["http.request.method"]);
338Assert.Equal("http", m.Tags["url.scheme"]);
339Assert.Equal("POST", m.Tags["http.request.method"]);
344Assert.Equal("http", m.Tags["url.scheme"]);
345Assert.Equal("POST", m.Tags["http.request.method"]);
351Assert.Equal("hello/{name}", m.Tags["http.route"]);
382Assert.Equal("http", m.Tags["url.scheme"]);
383Assert.Equal("POST", m.Tags["http.request.method"]);
398Assert.Equal("http", m.Tags["url.scheme"]);
399Assert.Equal("POST", m.Tags["http.request.method"]);
404Assert.Equal("http", m.Tags["url.scheme"]);
405Assert.Equal("POST", m.Tags["http.request.method"]);
437Assert.Equal("http", m.Tags["url.scheme"]);
438Assert.Equal("POST", m.Tags["http.request.method"]);
453Assert.Equal("http", m.Tags["url.scheme"]);
454Assert.Equal("POST", m.Tags["http.request.method"]);
459Assert.Equal("http", m.Tags["url.scheme"]);
460Assert.Equal("POST", m.Tags["http.request.method"]);
Microsoft.AspNetCore.Http.Connections.Tests (3)
Microsoft.AspNetCore.Mvc.Core.Test (18)
Routing\ActionEndpointFactoryTest.cs (13)
150Assert.Equal("TestController", endpoint.RoutePattern.RequiredValues["controller"]);
151Assert.Equal("TestAction", endpoint.RoutePattern.RequiredValues["action"]);
152Assert.Equal("TestController", endpoint.RoutePattern.Defaults["controller"]);
185Assert.Equal("TESTACTION", endpoint.RoutePattern.Defaults["action"]);
187Assert.Equal("TestAction", endpoint.RoutePattern.RequiredValues["action"]);
233Assert.Equal("TestController", endpoint.RoutePattern.RequiredValues["controller"]);
234Assert.Equal("TestAction", endpoint.RoutePattern.RequiredValues["action"]);
251Assert.Equal("TestController", endpoint.RoutePattern.RequiredValues["controller"]);
252Assert.Equal("TestAction", endpoint.RoutePattern.RequiredValues["action"]);
348Assert.Equal("Index", matcherEndpoint.RoutePattern.RequiredValues["action"]);
349Assert.Equal("Home", matcherEndpoint.RoutePattern.RequiredValues["controller"]);
356Assert.Equal("Index", matcherEndpoint.RoutePattern.RequiredValues["action"]);
357Assert.Equal("Home", matcherEndpoint.RoutePattern.RequiredValues["controller"]);
Microsoft.AspNetCore.Mvc.RazorPages.Test (5)
Microsoft.AspNetCore.RateLimiting.Tests (4)
Microsoft.AspNetCore.Routing (2)
Microsoft.AspNetCore.Routing.Tests (4)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.Build (4)
Microsoft.Build.BuildCheck.UnitTests (7)
Microsoft.Build.Engine.OM.UnitTests (32)
Construction\SolutionFile_Tests.cs (32)
602Assert.Equal("Debug|AnyCPU", csharpProject.ProjectConfigurations["Debug|Any CPU"].FullName);
603Assert.True(csharpProject.ProjectConfigurations["Debug|Any CPU"].IncludeInBuild);
605Assert.Equal("Release|AnyCPU", csharpProject.ProjectConfigurations["Debug|Mixed Platforms"].FullName);
606Assert.True(csharpProject.ProjectConfigurations["Debug|Mixed Platforms"].IncludeInBuild);
608Assert.Equal("Debug|AnyCPU", csharpProject.ProjectConfigurations["Debug|Win32"].FullName);
609Assert.False(csharpProject.ProjectConfigurations["Debug|Win32"].IncludeInBuild);
611Assert.Equal("Release|AnyCPU", csharpProject.ProjectConfigurations["Release|Any CPU"].FullName);
612Assert.True(csharpProject.ProjectConfigurations["Release|Any CPU"].IncludeInBuild);
614Assert.Equal("Release|AnyCPU", csharpProject.ProjectConfigurations["Release|Mixed Platforms"].FullName);
615Assert.True(csharpProject.ProjectConfigurations["Release|Mixed Platforms"].IncludeInBuild);
617Assert.Equal("Release|AnyCPU", csharpProject.ProjectConfigurations["Release|Win32"].FullName);
618Assert.False(csharpProject.ProjectConfigurations["Release|Win32"].IncludeInBuild);
622Assert.Equal("Debug|Win32", vcProject.ProjectConfigurations["Debug|Any CPU"].FullName);
623Assert.False(vcProject.ProjectConfigurations["Debug|Any CPU"].IncludeInBuild);
625Assert.Equal("Debug|Win32", vcProject.ProjectConfigurations["Debug|Mixed Platforms"].FullName);
626Assert.True(vcProject.ProjectConfigurations["Debug|Mixed Platforms"].IncludeInBuild);
628Assert.Equal("Debug|Win32", vcProject.ProjectConfigurations["Debug|Win32"].FullName);
629Assert.True(vcProject.ProjectConfigurations["Debug|Win32"].IncludeInBuild);
631Assert.Equal("Release|Win32", vcProject.ProjectConfigurations["Release|Any CPU"].FullName);
632Assert.False(vcProject.ProjectConfigurations["Release|Any CPU"].IncludeInBuild);
634Assert.Equal("Release|Win32", vcProject.ProjectConfigurations["Release|Mixed Platforms"].FullName);
635Assert.True(vcProject.ProjectConfigurations["Release|Mixed Platforms"].IncludeInBuild);
637Assert.Equal("Release|Win32", vcProject.ProjectConfigurations["Release|Win32"].FullName);
638Assert.True(vcProject.ProjectConfigurations["Release|Win32"].IncludeInBuild);
688Assert.Equal("Debug|x86", winFormsApp1.ProjectConfigurations["Debug|Win32"].FullName);
689Assert.True(winFormsApp1.ProjectConfigurations["Debug|Win32"].IncludeInBuild);
691Assert.Equal("Release|x86", winFormsApp1.ProjectConfigurations["Release|Win32"].FullName);
692Assert.True(winFormsApp1.ProjectConfigurations["Debug|Win32"].IncludeInBuild);
696Assert.Equal("Debug|AnyCPU", classLibrary1.ProjectConfigurations["Debug|Any CPU"].FullName);
697Assert.False(classLibrary1.ProjectConfigurations["Debug|Any CPU"].IncludeInBuild);
699Assert.Equal("Release|AnyCPU", classLibrary1.ProjectConfigurations["Release|Any CPU"].FullName);
700Assert.False(classLibrary1.ProjectConfigurations["Release|Any CPU"].IncludeInBuild);
Microsoft.Build.Engine.UnitTests (130)
Graph\ProjectGraph_Tests.cs (76)
929targetLists[GetFirstNodeWithProjectNumber(projectGraph, 1)].ShouldBe(new[] { "A" });
930targetLists[GetFirstNodeWithProjectNumber(projectGraph, 2)].ShouldBe(new[] { "B" });
931targetLists[GetFirstNodeWithProjectNumber(projectGraph, 3)].ShouldBe(new[] { "B" });
932targetLists[GetFirstNodeWithProjectNumber(projectGraph, 4)].ShouldBe(new[] { "C", "D" }); // From B => C and B => D
957targetLists[GetFirstNodeWithProjectNumber(projectGraph, 1)].ShouldBe(new[] { "A" });
958targetLists[GetFirstNodeWithProjectNumber(projectGraph, 2)].ShouldBe(new[] { "B", "X", "C" });
959targetLists[GetFirstNodeWithProjectNumber(projectGraph, 3)].ShouldBe(new[] { "X", "Y", "Z" }); // Simplified from X, Y, X, Z
988targetLists[GetFirstNodeWithProjectNumber(projectGraph, 1)].ShouldBe(new[] { "A" });
989targetLists[GetFirstNodeWithProjectNumber(projectGraph, 2)].ShouldBe(new[] { "B" });
990targetLists[GetFirstNodeWithProjectNumber(projectGraph, 3)].ShouldBe(new[] { "B" });
991targetLists[GetFirstNodeWithProjectNumber(projectGraph, 4)].ShouldBe(new[] { "C" });
992targetLists[GetFirstNodeWithProjectNumber(projectGraph, 5)].ShouldBe(new[] { "B", "C", "D" });
993targetLists[GetFirstNodeWithProjectNumber(projectGraph, 6)].ShouldBe(new[] { "C", "D", "E" });
1010targetLists[GetFirstNodeWithProjectNumber(projectGraph, 1)].ShouldBe(new[] { "A" });
1011targetLists[GetFirstNodeWithProjectNumber(projectGraph, 2)].ShouldBe(new[] { "B" });
1028targetLists[GetFirstNodeWithProjectNumber(projectGraph, 1)].ShouldBe(new[] { "Foo" });
1029targetLists[GetFirstNodeWithProjectNumber(projectGraph, 2)].ShouldBeEmpty();
1051targetLists[GetFirstNodeWithProjectNumber(projectGraph, 1)].ShouldBeEmpty();
1052targetLists[GetFirstNodeWithProjectNumber(projectGraph, 2)].ShouldBeEmpty();
1074targetLists[GetFirstNodeWithProjectNumber(projectGraph, 1)].ShouldBe(new[] { "A" });
1075targetLists[GetFirstNodeWithProjectNumber(projectGraph, 2)].ShouldBeEmpty();
1118targetLists[GetFirstNodeWithProjectNumber(projectGraph, 1)].ShouldBe(new[] { "A" });
1119targetLists[GetFirstNodeWithProjectNumber(projectGraph, 2)].ShouldBe(NonOuterBuildTargets);
1159targetLists[GetFirstNodeWithProjectNumber(projectGraph, 1)].ShouldBe(new[] { "A" });
1160targetLists[GetFirstNodeWithProjectNumber(projectGraph, 2)].ShouldBe(NonOuterBuildTargets);
1198targetLists[root].ShouldBe(new[] { "A" });
1199targetLists[outerBuild].ShouldBe(OuterBuildTargets);
1203targetLists[innerBuild].ShouldBe(NonOuterBuildTargets);
1263targetLists[rootOuterBuild].ShouldBe(new[] { "A" });
1267targetLists[innerBuild].ShouldBe(new[] { "D1", "A", "AOuter", "AInner" });
1270targetLists[GetFirstNodeWithProjectNumber(graph, 2)].ShouldBe(new[] { "T2", "A", "AOuter", "AInner" });
1272targetLists[nonRootOuterBuild].ShouldBe(new[] { "T3", "A", "AOuter" });
1276targetLists[innerBuild].ShouldBe(new[] { "T3", "A", "AOuter", "AInner", "D3" });
1370targetLists[GetFirstNodeWithProjectNumber(projectGraph, 2)].ShouldBe(new[] { "A" });
1371targetLists[GetFirstNodeWithProjectNumber(projectGraph, 4)].ShouldBe(NonOuterBuildTargets);
1372targetLists[GetFirstNodeWithProjectNumber(projectGraph, 5)].ShouldBe(NonOuterBuildTargets);
1377targetLists[GetOuterBuild(projectGraph, projectNumber)].ShouldBe(outerBuildTargets);
1381targetLists[innerBuild].ShouldBe(nonOuterBuildTargets);
1399targetLists[GetFirstNodeWithProjectNumber(projectGraph, 1)].ShouldBe(new[] { "A" });
1400targetLists[GetFirstNodeWithProjectNumber(projectGraph, 2)].ShouldBe(new[] { "B" });
1422targetLists[GetFirstNodeWithProjectNumber(projectGraph, 1)].ShouldBe(new[] { "Build" });
1423targetLists[GetFirstNodeWithProjectNumber(projectGraph, 2)].ShouldBe(new[] { "A", "Build" });
1452targetLists[GetFirstNodeWithProjectNumber(projectGraph, 1)].ShouldBe(new[] { "Build" });
1453targetLists[GetFirstNodeWithProjectNumber(projectGraph, 2)].ShouldBe(new[] { "A", "Build" });
1454targetLists[GetFirstNodeWithProjectNumber(projectGraph, 3)].ShouldBe(new[] { "A", "X" });
1455targetLists[GetFirstNodeWithProjectNumber(projectGraph, 4)].ShouldBe(new[] { "A", "Y" });
1456targetLists[GetFirstNodeWithProjectNumber(projectGraph, 5)].ShouldBe(new[] { "A", "Build" });
1457targetLists[GetFirstNodeWithProjectNumber(projectGraph, 6)].ShouldBe(new[] { "B", "Build" });
1458targetLists[GetFirstNodeWithProjectNumber(projectGraph, 7)].ShouldBe(new[] { "C", "Z", "W" });
1509targetLists[key: GetFirstNodeWithProjectNumber(graph: projectGraph, projectNum: 1)].ShouldBe(expected: new[] { "Build" });
1510targetLists[key: GetFirstNodeWithProjectNumber(graph: projectGraph, projectNum: 2)].ShouldBe(expected: new[] { "Build" });
1511targetLists[key: GetFirstNodeWithProjectNumber(graph: projectGraph, projectNum: 3)].ShouldBe(expected: new[] { "Build" });
1512targetLists[key: GetFirstNodeWithProjectNumber(graph: projectGraph, projectNum: 4)].ShouldBe(expected: new[] { "Build" });
1513targetLists[key: GetFirstNodeWithProjectNumber(graph: projectGraph, projectNum: 5)].ShouldBe(expected: new[] { "T51", "T2", "T53", "T54", "T3", "D51", "D52", "T4" });
1553targetLists[key: GetFirstNodeWithProjectNumber(graph: graph, projectNum: 1)].ShouldBe(expected: new[] { "Build" });
1554targetLists[key: GetFirstNodeWithProjectNumber(graph: graph, projectNum: 2)].ShouldBe(expected: new[] { "NonskippableTarget1", "NonskippableTarget2", "SkippableExistingTarget" });
1603targetLists[key: GetFirstNodeWithProjectNumber(graph: graph, projectNum: 1)].ShouldBe(expected: new[] { "Build" });
1604targetLists[key: GetFirstNodeWithProjectNumber(graph: graph, projectNum: 2)].ShouldBe(expected: new[] { "NonskippableTarget1", "SkippableExistingTarget" });
1634targetLists[key: GetOuterBuild(graph, 2)].ShouldBe(expected: OuterBuildTargets.Prepend("A"));
1857var targets = string.Join(".*", targetsPerNode[node]);
2620targetLists[outerBuild1].ShouldBe(new[] { "Build" });
2630targetLists[inner1].ShouldBe(new[] { "BuildForOuterBuild", "Build" });
2634targetLists[outerBuild2].ShouldBe(new[] { "BuildForOuterBuild" });
2642targetLists[inner2].ShouldBe(new[] { "BuildForOuterBuild", "Build", "1ATarget", "1BTarget" });
2646targetLists[outerBuild3].ShouldBe(new[] { "BuildForOuterBuild" });
2659targetLists[inner3]
2702targetLists[project1].ShouldBe(new[] { "SomeDefaultTarget1" });
2703targetLists[project2].ShouldBe(new[] { "SomeDefaultTarget2" });
2744targetLists[project1].ShouldBe(new[] { "SomeDefaultTarget1" });
2745targetLists[project2].ShouldBe(new[] { "SomeDefaultTarget2", "SomeOtherTarget" });
2799targetLists[GetOuterBuild(graph, 1)].ShouldBe(new[] { "Build" });
2802targetLists[inner].ShouldBe(new[] { "Build" });
2805targetLists[GetOuterBuild(graph, 2)].ShouldBe(new[] { "GetTargetFrameworks" });
2809targetLists[inner].ShouldBe(new[] { "GetTargetFrameworks", "GetTargetPath", "GetNativeManifest", "GetTargetFrameworksWithPlatformForSingleTargetFramework" });
2879targetLists[project1Node].ShouldBe(expectedProject1Targets);
2880targetLists[project2Node].ShouldBe(expectedProject2Targets);
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
Microsoft.CodeAnalysis.CSharp (8)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (6)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (409)
SemanticTokens\SemanticTokensFullTests.cs (12)
420, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment'
431, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
440, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
450, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], (int)TokenModifiers.Static, // 'C'
460, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
470, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
550, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment'
561, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
570, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
580, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], (int)TokenModifiers.Static, // 'C'
590, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
600, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
SemanticTokens\SemanticTokensRangesTests.cs (12)
420, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment'
431, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
440, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
450, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], (int)TokenModifiers.Static, // 'C'
460, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
470, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
550, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment'
561, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
570, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
580, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], (int)TokenModifiers.Static, // 'C'
590, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
600, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
SemanticTokens\SemanticTokensRangeTests.cs (385)
460, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment'
471, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
480, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
490, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], (int)TokenModifiers.Static, // 'C'
500, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
510, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
590, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment'
601, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
610, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
620, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], (int)TokenModifiers.Static, // 'C'
630, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
640, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
13912, 0, 3, tokenTypeToIndex[ClassificationTypeNames.Keyword], 0, // 'var'
1400, 4, 1, tokenTypeToIndex[ClassificationTypeNames.LocalName], 0, // 'z'
1410, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
1420, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Number], 0, // '1'
1430, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
14417, 3, 3, tokenTypeToIndex[ClassificationTypeNames.Keyword], 0, // 'var'
1450, 4, 1, tokenTypeToIndex[ClassificationTypeNames.LocalName], 0, // 'x'
1460, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
15412, 0, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'var'
1550, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Variable], 0, // 'z'
1560, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
1570, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Number], 0, // '1'
1580, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
15917, 3, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'var'
1600, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Variable], 0, // 'x'
1610, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
1951, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
1960, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
1970, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], (int)TokenModifiers.Static, // 'C'
1980, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
1990, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
2071, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
2080, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
2090, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], (int)TokenModifiers.Static, // 'C'
2100, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
2110, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
2470, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
2480, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0, // 'C'
2490, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
2500, 2, 6, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '/* one'
2512, 0, 3, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'two'
2521, 0, 8, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'three */'
2530, 9, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
2610, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
2620, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], 0, // 'C'
2630, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
2640, 2, 6, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '/* one'
2652, 0, 3, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'two'
2661, 0, 8, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'three */'
2670, 9, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
3080, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
3090, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0, // 'C'
3101, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
3111, 4, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'void'
3120, 5, 1, tokenTypeToIndex[ClassificationTypeNames.MethodName], 0, // 'M'
3130, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '('
3140, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ')'
3151, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
3161, 8, 3, tokenTypeToIndex[ClassificationTypeNames.Keyword], 0, // 'var'
3170, 4, 1, tokenTypeToIndex[ClassificationTypeNames.LocalName], 0, // 'x'
3180, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
3190, 2, 5, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0, // '@"one'
3201, 0, 4, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0, // 'two '
3210, 4, 2, tokenTypeToIndex[ClassificationTypeNames.StringEscapeCharacter], 0, // '""'
3221, 0, 6, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0, // 'three"'
3230, 6, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
3241, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
3251, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
3330, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
3340, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], 0, // 'C'
3351, 0, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '{'
3361, 4, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'void'
3370, 5, 1, tokenTypeToIndex[SemanticTokenTypes.Method], 0, // 'M'
3380, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '('
3390, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ')'
3401, 4, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '{'
3411, 8, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'var'
3420, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Variable], 0, // 'x'
3430, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
3440, 2, 5, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // '@"one'
3451, 0, 4, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // 'two '
3460, 4, 2, tokenTypeToIndex[CustomLspSemanticTokenNames.StringEscapeCharacter], 0, // '""'
3471, 0, 6, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // 'three"'
3480, 6, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
3491, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
3501, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
3910, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'using'
3920, 6, 6, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0, // 'System'
3930, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
3940, 1, 4, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0, // 'Text'
3950, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
3960, 1, 18, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0, // 'RegularExpressions'
3970, 18, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
3982, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
3990, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0, // 'C'
4001, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
4011, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'void'
4020, 5, 1, tokenTypeToIndex[ClassificationTypeNames.MethodName], 0, // 'M'
4030, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '('
4040, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ')'
4051, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
4061, 2, 3, tokenTypeToIndex[ClassificationTypeNames.Keyword], 0, // 'var'
4070, 4, 1, tokenTypeToIndex[ClassificationTypeNames.LocalName], 0, // 'x'
4080, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
4090, 2, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'new'
4100, 4, 5, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0, // 'Regex'
4110, 5, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '('
4120, 1, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0, // '"'
4130, 1, 1, tokenTypeToIndex[ClassificationTypeNames.RegexGrouping], 0, // '('
4140, 1, 3, tokenTypeToIndex[ClassificationTypeNames.RegexText], 0, // 'abc'
4150, 3, 1, tokenTypeToIndex[ClassificationTypeNames.RegexGrouping], 0, // ')'
4160, 1, 1, tokenTypeToIndex[ClassificationTypeNames.RegexQuantifier], 0, // '*'
4170, 1, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0, // '"'
4180, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ')'
4190, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
4201, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // }
4211, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // }
4290, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'using'
4300, 6, 6, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0, // 'System'
4310, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
4320, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0, // 'Text'
4330, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
4340, 1, 18, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0, // 'RegularExpressions'
4350, 18, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ';'
4362, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
4370, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], 0, // 'C'
4381, 0, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '{'
4391, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'void'
4400, 5, 1, tokenTypeToIndex[SemanticTokenTypes.Method], 0, // 'M'
4410, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '('
4420, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ')'
4431, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '{'
4441, 2, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'var'
4450, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Variable], 0, // 'x'
4460, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
4470, 2, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'new'
4480, 4, 5, tokenTypeToIndex[SemanticTokenTypes.Class], 0, // 'Regex'
4490, 5, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '('
4500, 1, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0, // '"'
4510, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexGrouping], 0, // '('
4520, 1, 3, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexText], 0, // 'abc'
4530, 3, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexGrouping], 0, // ')'
4540, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexQuantifier], 0, // '*'
4550, 1, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0, // '"'
4560, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ')'
4570, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ';'
4581, 4, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // }
4591, 0, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // }
5030, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'using'
5040, 6, 6, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0, // 'System'
5050, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
5060, 1, 4, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0, // 'Text'
5070, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
5080, 1, 18, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0, // 'RegularExpressions'
5090, 18, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
5102, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
5110, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0, // 'C'
5121, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
5131, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'void'
5140, 5, 1, tokenTypeToIndex[ClassificationTypeNames.MethodName], 0, // 'M'
5150, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '('
5160, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ')'
5171, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
5181, 2, 3, tokenTypeToIndex[ClassificationTypeNames.Keyword], 0, // 'var'
5190, 4, 1, tokenTypeToIndex[ClassificationTypeNames.LocalName], 0, // 'x'
5200, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
5210, 2, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'new'
5220, 4, 5, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0, // 'Regex'
5230, 5, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '('
5240, 1, 2, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0, // '@"'
5250, 2, 1, tokenTypeToIndex[ClassificationTypeNames.RegexGrouping], 0, // '('
5260, 1, 3, tokenTypeToIndex[ClassificationTypeNames.RegexText], 0, // 'abc'
5270, 3, 1, tokenTypeToIndex[ClassificationTypeNames.RegexGrouping], 0, // ')'
5280, 1, 1, tokenTypeToIndex[ClassificationTypeNames.RegexQuantifier], 0, // '*'
5290, 1, 1, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0, // ' '
5300, 1, 9, tokenTypeToIndex[ClassificationTypeNames.RegexComment], 0, // '#comment'
5311, 0, 27, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0, // '"'
5320, 27, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ','
5330, 2, 12, tokenTypeToIndex[ClassificationTypeNames.EnumName], 0, // 'RegexOptions'
5340, 12, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
5350, 1, 23, tokenTypeToIndex[ClassificationTypeNames.EnumMemberName], 0, // 'IgnorePatternWhitespace'
5360, 23, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ')'
5370, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
5381, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // }
5391, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // }
5470, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'using'
5480, 6, 6, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0, // 'System'
5490, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
5500, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0, // 'Text'
5510, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
5520, 1, 18, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0, // 'RegularExpressions'
5530, 18, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ';'
5542, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
5550, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], 0, // 'C'
5561, 0, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '{'
5571, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'void'
5580, 5, 1, tokenTypeToIndex[SemanticTokenTypes.Method], 0, // 'M'
5590, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '('
5600, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ')'
5611, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '{'
5621, 2, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'var'
5630, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Variable], 0, // 'x'
5640, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
5650, 2, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'new'
5660, 4, 5, tokenTypeToIndex[SemanticTokenTypes.Class], 0, // 'Regex'
5670, 5, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '('
5680, 1, 2, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // '@"'
5690, 2, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexGrouping], 0, // '('
5700, 1, 3, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexText], 0, // 'abc'
5710, 3, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexGrouping], 0, // ')'
5720, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexQuantifier], 0, // '*'
5730, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // ' '
5740, 1, 9, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexComment], 0, // '#comment'
5751, 0, 27, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // '"'
5760, 27, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ','
5770, 2, 12, tokenTypeToIndex[SemanticTokenTypes.Enum], 0, // 'RegexOptions'
5780, 12, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
5790, 1, 23, tokenTypeToIndex[SemanticTokenTypes.EnumMember], 0, // 'IgnorePatternWhitespace'
5800, 23, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ')'
5810, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ';'
5821, 4, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // }
5831, 0, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // }
603var tokenName = schema.TokenTypeMap[expectedClassificationName];
6394, 8, 15, tokenTypeToIndex[SemanticTokenTypes.Comment], 0,
6401, 8, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
6410, 6, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
6420, 7, 4, tokenTypeToIndex[ClassificationTypeNames.ConstantName], 1,
6430, 5, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0,
6440, 2, 2, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0,
6451, 8, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
6460, 5, 1, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0,
6470, 1, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0,
6480, 1, 1, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0,
6490, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
6501, 0, 12, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0,
6510, 12, 2, tokenTypeToIndex[SemanticTokenTypes.Comment], 0,
6521, 0, 8, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0,
6530, 8, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
6540, 1, 1, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0,
6550, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
6634, 8, 15, tokenTypeToIndex[SemanticTokenTypes.Comment], 0,
6641, 8, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
6650, 6, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
6660, 7, 4, tokenTypeToIndex[CustomLspSemanticTokenNames.ConstantName], 1,
6670, 5, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0,
6680, 2, 2, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0,
6691, 8, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
6700, 5, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0,
6710, 1, 1, tokenTypeToIndex[SemanticTokenTypes.Class], 0,
6720, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0,
6730, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
6741, 0, 12, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0,
6750, 12, 2, tokenTypeToIndex[SemanticTokenTypes.Comment], 0,
6761, 0, 8, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0,
6770, 8, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
6780, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0,
6790, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
7211, 12, 3, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7221, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7230, 4, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7240, 5, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7250, 1, 6, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0,
7260, 6, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7271, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7280, 4, 9, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7290, 9, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7300, 1, 4, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0,
7310, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7321, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7330, 4, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7340, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7350, 1, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7360, 5, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7370, 1, 7, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0,
7381, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7390, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7401, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7410, 8, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7420, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7430, 1, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7440, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7450, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7460, 4, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7470, 1, 4, tokenTypeToIndex[ClassificationTypeNames.MethodName], 1,
7480, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7490, 1, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7500, 6, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7510, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7520, 1, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7530, 1, 4, tokenTypeToIndex[ClassificationTypeNames.ParameterName], 0,
7540, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7551, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7560, 8, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7571, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7580, 12, 6, tokenTypeToIndex[ClassificationTypeNames.ControlKeyword], 0,
7590, 6, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7601, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7610, 8, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7621, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7630, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7641, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7650, 4, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7660, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7670, 1, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7680, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7690, 1, 6, tokenTypeToIndex[ClassificationTypeNames.StructName], 0,
7700, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7710, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7720, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7731, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7740, 4, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7750, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7760, 1, 9, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7770, 9, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7780, 1, 4, tokenTypeToIndex[ClassificationTypeNames.InterfaceName], 0,
7790, 4, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7800, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7810, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7821, 0, 7, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7830, 7, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0,
7911, 12, 3, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7921, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7930, 4, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7940, 5, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7950, 1, 6, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0,
7960, 6, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
7971, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
7980, 4, 9, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
7990, 9, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8000, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0,
8010, 4, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8021, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8030, 4, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
8040, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8050, 1, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
8060, 5, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8070, 1, 7, tokenTypeToIndex[SemanticTokenTypes.Class], 0,
8081, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8090, 4, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8101, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8110, 8, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
8120, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8130, 1, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
8140, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8150, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
8160, 4, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8170, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Method], 1,
8180, 4, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8190, 1, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
8200, 6, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8210, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8220, 1, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8230, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Parameter], 0,
8240, 4, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8251, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8260, 8, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8271, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8280, 12, 6, tokenTypeToIndex[CustomLspSemanticTokenNames.KeywordControl], 0,
8290, 6, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8301, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8310, 8, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8321, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8330, 4, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8341, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8350, 4, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
8360, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8370, 1, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
8380, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8390, 1, 6, tokenTypeToIndex[SemanticTokenTypes.Struct], 0,
8400, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8410, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8420, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8431, 0, 4, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8440, 4, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
8450, 6, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8460, 1, 9, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0,
8470, 9, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8480, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Interface], 0,
8490, 4, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8500, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8510, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
8521, 0, 7, tokenTypeToIndex[SemanticTokenTypes.String], 0,
8530, 7, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0,
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
Microsoft.CodeAnalysis.UnitTests (9)
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Microsoft.Data.Analysis.Tests (8)
Microsoft.DotNet.Build.Tasks.Packaging (3)
Microsoft.DotNet.GenFacades (1)
Microsoft.Extensions.AI.Abstractions.Tests (3)
Microsoft.Extensions.Diagnostics.HealthChecks.Common.Tests (2)
Microsoft.Extensions.Resilience.Tests (5)
Microsoft.Extensions.Telemetry.Tests (6)
Microsoft.ML.TensorFlow.Tests (1)
Microsoft.ML.Tokenizers (5)
Microsoft.ML.Tokenizers.Tests (3)
Microsoft.ML.TorchSharp (7)
Microsoft.ML.Vision (5)
PresentationBuildTasks (1)
PresentationFramework (1)
Roslyn.Diagnostics.Analyzers (2)
Shared.Tests (1)
Sockets.FunctionalTests (1)
System.Private.Windows.Core (2)
System.Resources.Extensions (3)
System.Xaml (1)
Test.Utilities (2)
Text.Analyzers (2)
WinFormsControlsTest (1)