75 implementations of
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.CodeStyle (5)
Microsoft.CodeAnalysis.Collections.Package (4)
Microsoft.CodeAnalysis.Workspaces (5)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
Microsoft.Extensions.AI (1)
Microsoft.Extensions.AI.Abstractions (2)
Microsoft.Extensions.AI.Abstractions.Tests (1)
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)
Shared (1)
Shared.Tests (1)
System.Collections (3)
System.Collections.Immutable (5)
System.Formats.Nrbf (1)
System.Net.Http (2)
System.Net.WebSockets.Client (1)
System.Private.CoreLib (2)
System.Security.Cryptography.Cose (1)
System.Text.RegularExpressions (1)
663 references to
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)
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.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)
264Assert.Equal("http", m.Tags["url.scheme"]);
265Assert.Equal("POST", m.Tags["http.request.method"]);
280Assert.Equal("http", m.Tags["url.scheme"]);
281Assert.Equal("POST", m.Tags["http.request.method"]);
286Assert.Equal("http", m.Tags["url.scheme"]);
287Assert.Equal("POST", m.Tags["http.request.method"]);
323Assert.Equal("http", m.Tags["url.scheme"]);
324Assert.Equal("POST", m.Tags["http.request.method"]);
339Assert.Equal("http", m.Tags["url.scheme"]);
340Assert.Equal("POST", m.Tags["http.request.method"]);
345Assert.Equal("http", m.Tags["url.scheme"]);
346Assert.Equal("POST", m.Tags["http.request.method"]);
352Assert.Equal("hello/{name}", m.Tags["http.route"]);
383Assert.Equal("http", m.Tags["url.scheme"]);
384Assert.Equal("POST", m.Tags["http.request.method"]);
399Assert.Equal("http", m.Tags["url.scheme"]);
400Assert.Equal("POST", m.Tags["http.request.method"]);
405Assert.Equal("http", m.Tags["url.scheme"]);
406Assert.Equal("POST", m.Tags["http.request.method"]);
438Assert.Equal("http", m.Tags["url.scheme"]);
439Assert.Equal("POST", m.Tags["http.request.method"]);
454Assert.Equal("http", m.Tags["url.scheme"]);
455Assert.Equal("POST", m.Tags["http.request.method"]);
460Assert.Equal("http", m.Tags["url.scheme"]);
461Assert.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 (3)
Microsoft.Build.BuildCheck.UnitTests (7)
Microsoft.Build.Engine.OM.UnitTests (32)
Construction\SolutionFile_Tests.cs (32)
579Assert.Equal("Debug|AnyCPU", csharpProject.ProjectConfigurations["Debug|Any CPU"].FullName);
580Assert.True(csharpProject.ProjectConfigurations["Debug|Any CPU"].IncludeInBuild);
582Assert.Equal("Release|AnyCPU", csharpProject.ProjectConfigurations["Debug|Mixed Platforms"].FullName);
583Assert.True(csharpProject.ProjectConfigurations["Debug|Mixed Platforms"].IncludeInBuild);
585Assert.Equal("Debug|AnyCPU", csharpProject.ProjectConfigurations["Debug|Win32"].FullName);
586Assert.False(csharpProject.ProjectConfigurations["Debug|Win32"].IncludeInBuild);
588Assert.Equal("Release|AnyCPU", csharpProject.ProjectConfigurations["Release|Any CPU"].FullName);
589Assert.True(csharpProject.ProjectConfigurations["Release|Any CPU"].IncludeInBuild);
591Assert.Equal("Release|AnyCPU", csharpProject.ProjectConfigurations["Release|Mixed Platforms"].FullName);
592Assert.True(csharpProject.ProjectConfigurations["Release|Mixed Platforms"].IncludeInBuild);
594Assert.Equal("Release|AnyCPU", csharpProject.ProjectConfigurations["Release|Win32"].FullName);
595Assert.False(csharpProject.ProjectConfigurations["Release|Win32"].IncludeInBuild);
599Assert.Equal("Debug|Win32", vcProject.ProjectConfigurations["Debug|Any CPU"].FullName);
600Assert.False(vcProject.ProjectConfigurations["Debug|Any CPU"].IncludeInBuild);
602Assert.Equal("Debug|Win32", vcProject.ProjectConfigurations["Debug|Mixed Platforms"].FullName);
603Assert.True(vcProject.ProjectConfigurations["Debug|Mixed Platforms"].IncludeInBuild);
605Assert.Equal("Debug|Win32", vcProject.ProjectConfigurations["Debug|Win32"].FullName);
606Assert.True(vcProject.ProjectConfigurations["Debug|Win32"].IncludeInBuild);
608Assert.Equal("Release|Win32", vcProject.ProjectConfigurations["Release|Any CPU"].FullName);
609Assert.False(vcProject.ProjectConfigurations["Release|Any CPU"].IncludeInBuild);
611Assert.Equal("Release|Win32", vcProject.ProjectConfigurations["Release|Mixed Platforms"].FullName);
612Assert.True(vcProject.ProjectConfigurations["Release|Mixed Platforms"].IncludeInBuild);
614Assert.Equal("Release|Win32", vcProject.ProjectConfigurations["Release|Win32"].FullName);
615Assert.True(vcProject.ProjectConfigurations["Release|Win32"].IncludeInBuild);
664Assert.Equal("Debug|x86", winFormsApp1.ProjectConfigurations["Debug|Win32"].FullName);
665Assert.True(winFormsApp1.ProjectConfigurations["Debug|Win32"].IncludeInBuild);
667Assert.Equal("Release|x86", winFormsApp1.ProjectConfigurations["Release|Win32"].FullName);
668Assert.True(winFormsApp1.ProjectConfigurations["Debug|Win32"].IncludeInBuild);
672Assert.Equal("Debug|AnyCPU", classLibrary1.ProjectConfigurations["Debug|Any CPU"].FullName);
673Assert.False(classLibrary1.ProjectConfigurations["Debug|Any CPU"].IncludeInBuild);
675Assert.Equal("Release|AnyCPU", classLibrary1.ProjectConfigurations["Release|Any CPU"].FullName);
676Assert.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.CSharp (8)
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (6)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (237)
SemanticTokens\SemanticTokensRangesTests.cs (12)
440, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment'
451, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
460, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
470, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], (int)TokenModifiers.Static, // 'C'
480, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
490, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
570, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment'
581, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
590, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
600, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], (int)TokenModifiers.Static, // 'C'
610, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
620, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
SemanticTokens\SemanticTokensRangeTests.cs (225)
480, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment'
491, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
500, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
510, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], (int)TokenModifiers.Static, // 'C'
520, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
530, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
610, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment'
621, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
630, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
640, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], (int)TokenModifiers.Static, // 'C'
650, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
660, 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, // '='
1931, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
1940, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
1950, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], (int)TokenModifiers.Static, // 'C'
1960, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
1970, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
2051, 0, 6, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'static'
2060, 7, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
2070, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], (int)TokenModifiers.Static, // 'C'
2080, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
2090, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
2430, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
2440, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0, // 'C'
2450, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
2460, 2, 6, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '/* one'
2472, 0, 3, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'two'
2481, 0, 8, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'three */'
2490, 9, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
2570, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
2580, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], 0, // 'C'
2590, 2, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
2600, 2, 6, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '/* one'
2612, 0, 3, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'two'
2621, 0, 8, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'three */'
2630, 9, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
3020, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
3030, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0, // 'C'
3041, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
3051, 4, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'void'
3060, 5, 1, tokenTypeToIndex[ClassificationTypeNames.MethodName], 0, // 'M'
3070, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '('
3080, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ')'
3091, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
3101, 8, 3, tokenTypeToIndex[ClassificationTypeNames.Keyword], 0, // 'var'
3110, 4, 1, tokenTypeToIndex[ClassificationTypeNames.LocalName], 0, // 'x'
3120, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
3130, 2, 5, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0, // '@"one'
3141, 0, 4, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0, // 'two '
3150, 4, 2, tokenTypeToIndex[ClassificationTypeNames.StringEscapeCharacter], 0, // '""'
3161, 0, 6, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0, // 'three"'
3170, 6, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
3181, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
3191, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
3270, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
3280, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], 0, // 'C'
3291, 0, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '{'
3301, 4, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'void'
3310, 5, 1, tokenTypeToIndex[SemanticTokenTypes.Method], 0, // 'M'
3320, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '('
3330, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ')'
3341, 4, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '{'
3351, 8, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'var'
3360, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Variable], 0, // 'x'
3370, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
3380, 2, 5, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // '@"one'
3391, 0, 4, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // 'two '
3400, 4, 2, tokenTypeToIndex[CustomLspSemanticTokenNames.StringEscapeCharacter], 0, // '""'
3411, 0, 6, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // 'three"'
3420, 6, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
3431, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
3441, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '}'
3830, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'using'
3840, 6, 6, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0, // 'System'
3850, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
3860, 1, 4, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0, // 'Text'
3870, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
3880, 1, 18, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0, // 'RegularExpressions'
3890, 18, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
3902, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
3910, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0, // 'C'
3921, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
3931, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'void'
3940, 5, 1, tokenTypeToIndex[ClassificationTypeNames.MethodName], 0, // 'M'
3950, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '('
3960, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ')'
3971, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
3981, 2, 3, tokenTypeToIndex[ClassificationTypeNames.Keyword], 0, // 'var'
3990, 4, 1, tokenTypeToIndex[ClassificationTypeNames.LocalName], 0, // 'x'
4000, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
4010, 2, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'new'
4020, 4, 5, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0, // 'Regex'
4030, 5, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '('
4040, 1, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0, // '"'
4050, 1, 1, tokenTypeToIndex[ClassificationTypeNames.RegexGrouping], 0, // '('
4060, 1, 3, tokenTypeToIndex[ClassificationTypeNames.RegexText], 0, // 'abc'
4070, 3, 1, tokenTypeToIndex[ClassificationTypeNames.RegexGrouping], 0, // ')'
4080, 1, 1, tokenTypeToIndex[ClassificationTypeNames.RegexQuantifier], 0, // '*'
4090, 1, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0, // '"'
4100, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ')'
4110, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
4121, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // }
4131, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // }
4210, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'using'
4220, 6, 6, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0, // 'System'
4230, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
4240, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0, // 'Text'
4250, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
4260, 1, 18, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0, // 'RegularExpressions'
4270, 18, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ';'
4282, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
4290, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], 0, // 'C'
4301, 0, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '{'
4311, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'void'
4320, 5, 1, tokenTypeToIndex[SemanticTokenTypes.Method], 0, // 'M'
4330, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '('
4340, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ')'
4351, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '{'
4361, 2, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'var'
4370, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Variable], 0, // 'x'
4380, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
4390, 2, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'new'
4400, 4, 5, tokenTypeToIndex[SemanticTokenTypes.Class], 0, // 'Regex'
4410, 5, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '('
4420, 1, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0, // '"'
4430, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexGrouping], 0, // '('
4440, 1, 3, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexText], 0, // 'abc'
4450, 3, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexGrouping], 0, // ')'
4460, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexQuantifier], 0, // '*'
4470, 1, 1, tokenTypeToIndex[SemanticTokenTypes.String], 0, // '"'
4480, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ')'
4490, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ';'
4501, 4, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // }
4511, 0, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // }
4920, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'using'
4930, 6, 6, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0, // 'System'
4940, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
4950, 1, 4, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0, // 'Text'
4960, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
4970, 1, 18, tokenTypeToIndex[ClassificationTypeNames.NamespaceName], 0, // 'RegularExpressions'
4980, 18, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
4992, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
5000, 6, 1, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0, // 'C'
5011, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
5021, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'void'
5030, 5, 1, tokenTypeToIndex[ClassificationTypeNames.MethodName], 0, // 'M'
5040, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '('
5050, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ')'
5061, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '{'
5071, 2, 3, tokenTypeToIndex[ClassificationTypeNames.Keyword], 0, // 'var'
5080, 4, 1, tokenTypeToIndex[ClassificationTypeNames.LocalName], 0, // 'x'
5090, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
5100, 2, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'new'
5110, 4, 5, tokenTypeToIndex[ClassificationTypeNames.ClassName], 0, // 'Regex'
5120, 5, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // '('
5130, 1, 2, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0, // '@"'
5140, 2, 1, tokenTypeToIndex[ClassificationTypeNames.RegexGrouping], 0, // '('
5150, 1, 3, tokenTypeToIndex[ClassificationTypeNames.RegexText], 0, // 'abc'
5160, 3, 1, tokenTypeToIndex[ClassificationTypeNames.RegexGrouping], 0, // ')'
5170, 1, 1, tokenTypeToIndex[ClassificationTypeNames.RegexQuantifier], 0, // '*'
5180, 1, 1, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0, // ' '
5190, 1, 9, tokenTypeToIndex[ClassificationTypeNames.RegexComment], 0, // '#comment'
5201, 0, 27, tokenTypeToIndex[ClassificationTypeNames.VerbatimStringLiteral], 0, // '"'
5210, 27, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ','
5220, 2, 12, tokenTypeToIndex[ClassificationTypeNames.EnumName], 0, // 'RegexOptions'
5230, 12, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
5240, 1, 23, tokenTypeToIndex[ClassificationTypeNames.EnumMemberName], 0, // 'IgnorePatternWhitespace'
5250, 23, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ')'
5260, 1, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // ';'
5271, 4, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // }
5281, 0, 1, tokenTypeToIndex[ClassificationTypeNames.Punctuation], 0, // }
5360, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'using'
5370, 6, 6, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0, // 'System'
5380, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
5390, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0, // 'Text'
5400, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
5410, 1, 18, tokenTypeToIndex[SemanticTokenTypes.Namespace], 0, // 'RegularExpressions'
5420, 18, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ';'
5432, 0, 5, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'class'
5440, 6, 1, tokenTypeToIndex[SemanticTokenTypes.Class], 0, // 'C'
5451, 0, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '{'
5461, 1, 4, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'void'
5470, 5, 1, tokenTypeToIndex[SemanticTokenTypes.Method], 0, // 'M'
5480, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '('
5490, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ')'
5501, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '{'
5511, 2, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'var'
5520, 4, 1, tokenTypeToIndex[SemanticTokenTypes.Variable], 0, // 'x'
5530, 2, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '='
5540, 2, 3, tokenTypeToIndex[SemanticTokenTypes.Keyword], 0, // 'new'
5550, 4, 5, tokenTypeToIndex[SemanticTokenTypes.Class], 0, // 'Regex'
5560, 5, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // '('
5570, 1, 2, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // '@"'
5580, 2, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexGrouping], 0, // '('
5590, 1, 3, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexText], 0, // 'abc'
5600, 3, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexGrouping], 0, // ')'
5610, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexQuantifier], 0, // '*'
5620, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // ' '
5630, 1, 9, tokenTypeToIndex[CustomLspSemanticTokenNames.RegexComment], 0, // '#comment'
5641, 0, 27, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // '"'
5650, 27, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ','
5660, 2, 12, tokenTypeToIndex[SemanticTokenTypes.Enum], 0, // 'RegexOptions'
5670, 12, 1, tokenTypeToIndex[SemanticTokenTypes.Operator], 0, // '.'
5680, 1, 23, tokenTypeToIndex[SemanticTokenTypes.EnumMember], 0, // 'IgnorePatternWhitespace'
5690, 23, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ')'
5700, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // ';'
5711, 4, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // }
5721, 0, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.Punctuation], 0, // }
592var tokenName = schema.TokenTypeMap[expectedClassificationName];
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.Diagnostics.HealthChecks.Common.Tests (2)
Microsoft.Extensions.Resilience.Tests (5)
Microsoft.Extensions.Telemetry.Tests (6)
Microsoft.ML.TensorFlow.Tests (1)
Microsoft.ML.Tokenizers (4)
Microsoft.ML.Tokenizers.Tests (3)
Microsoft.ML.TorchSharp (7)
Microsoft.ML.Vision (5)
PresentationBuildTasks (1)
PresentationFramework (1)
Sockets.FunctionalTests (1)
System.Private.Windows.Core (2)
System.Resources.Extensions (3)
System.Xaml (1)
WinFormsControlsTest (1)