51 writes to capslist
dotnet (1)
_generated\187\RegexGenerator.g.cs (1)
67
base.
capslist
= new string[] {"0", "code", "file", "line", "code1" };
Microsoft.Build (17)
_generated\0\RegexGenerator.g.cs (17)
1033
base.
capslist
= new string[] {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "ORIGIN", "SUBCATEGORY", "CATEGORY", "CODE", "TEXT" };
1886
base.
capslist
= new string[] {"0", "ORIGIN", "FILENAME", "LOCATION", "LINE", "COLUMN", "CATEGORY", "TEXT" };
2244
base.
capslist
= new string[] {"0", "1", "FILENAME", "LOCATION" };
2541
base.
capslist
= new string[] {"0", "LINE" };
2663
base.
capslist
= new string[] {"0", "LINE", "ENDLINE" };
2818
base.
capslist
= new string[] {"0", "LINE", "COLUMN" };
2973
base.
capslist
= new string[] {"0", "LINE", "COLUMN", "ENDCOLUMN" };
3157
base.
capslist
= new string[] {"0", "LINE", "COLUMN", "ENDLINE", "ENDCOLUMN" };
4229
base.
capslist
= new string[] {"0", "value" };
4531
base.
capslist
= new string[] {"0", "value" };
4776
base.
capslist
= new string[] {"0", "value" };
5014
base.
capslist
= new string[] {"0", "value" };
5252
base.
capslist
= new string[] {"0", "PREFIX", "TYPE", "TRANSFORM_SPECIFICATION", "ARROW", "TRANSFORM", "SEPARATOR_SPECIFICATION", "SUFFIX" };
6166
base.
capslist
= new string[] {"0", "PROJECTTYPEGUID", "PROJECTNAME", "RELATIVEPATH", "PROJECTGUID" };
6636
base.
capslist
= new string[] {"0", "PROPERTYNAME", "PROPERTYVALUE" };
7074
base.
capslist
= new string[] {"0", "ITEM_SPECIFICATION", "ITEM_TYPE", "NAME" };
7366
base.
capslist
= new string[] {"0", "ITEM_SPECIFICATION", "ITEM_TYPE", "NAME" };
Microsoft.Build.Framework (1)
_generated\1\RegexGenerator.g.cs (1)
67
base.
capslist
= new string[] {"0", "nodemode" };
Microsoft.Build.Tasks.Core (11)
_generated\0\RegexGenerator.g.cs (11)
479
base.
capslist
= new string[] {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "ORIGIN", "SUBCATEGORY", "CATEGORY", "CODE", "TEXT" };
1332
base.
capslist
= new string[] {"0", "ORIGIN", "FILENAME", "LOCATION", "LINE", "COLUMN", "CATEGORY", "TEXT" };
1690
base.
capslist
= new string[] {"0", "1", "FILENAME", "LOCATION" };
1987
base.
capslist
= new string[] {"0", "LINE" };
2109
base.
capslist
= new string[] {"0", "LINE", "ENDLINE" };
2264
base.
capslist
= new string[] {"0", "LINE", "COLUMN" };
2419
base.
capslist
= new string[] {"0", "LINE", "COLUMN", "ENDCOLUMN" };
2603
base.
capslist
= new string[] {"0", "LINE", "COLUMN", "ENDLINE", "ENDCOLUMN" };
2934
base.
capslist
= new string[] {"0", "PLATFORMIDENTITY", "PLATFORMVERSION" };
3102
base.
capslist
= new string[] {"0", "1", "2", "3", "4", "5", "name", "version", "culture", "pkt", "pa", "type" };
4005
base.
capslist
= new string[] {"0", "SDKSIMPLENAME", "SDKVERSION" };
Microsoft.Build.Utilities.Core (8)
_generated\0\RegexGenerator.g.cs (8)
320
base.
capslist
= new string[] {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "ORIGIN", "SUBCATEGORY", "CATEGORY", "CODE", "TEXT" };
1173
base.
capslist
= new string[] {"0", "ORIGIN", "FILENAME", "LOCATION", "LINE", "COLUMN", "CATEGORY", "TEXT" };
1531
base.
capslist
= new string[] {"0", "1", "FILENAME", "LOCATION" };
1828
base.
capslist
= new string[] {"0", "LINE" };
1950
base.
capslist
= new string[] {"0", "LINE", "ENDLINE" };
2105
base.
capslist
= new string[] {"0", "LINE", "COLUMN" };
2260
base.
capslist
= new string[] {"0", "LINE", "COLUMN", "ENDCOLUMN" };
2444
base.
capslist
= new string[] {"0", "LINE", "COLUMN", "ENDLINE", "ENDCOLUMN" };
Microsoft.DotNet.HotReload.Watch (2)
_generated\0\RegexGenerator.g.cs (2)
106
base.
capslist
= new string[] {"0", "url" };
311
base.
capslist
= new string[] {"0", "url" };
Microsoft.NET.Build.Containers (1)
_generated\0\RegexGenerator.g.cs (1)
58
base.
capslist
= new string[] {"0", "key", "value" };
System.Private.Xml (9)
_generated\0\RegexGenerator.g.cs (9)
795
base.
capslist
= new string[] {"0", "1", "t", "a", "ia" };
1085
base.
capslist
= new string[] {"0", "cast", "arg" };
1264
base.
capslist
= new string[] {"0", "locA1", "locA2", "locI1", "locA3", "locI2" };
1609
base.
capslist
= new string[] {"0", "a", "ia" };
1814
base.
capslist
= new string[] {"0", "qnames" };
1952
base.
capslist
= new string[] {"0", "o", "qnames" };
2125
base.
capslist
= new string[] {"0", "o" };
2269
base.
capslist
= new string[] {"0", "o" };
2413
base.
capslist
= new string[] {"0", "index" };
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Regex.cs (1)
193
capslist
= tree.CaptureNames;
4 references to capslist
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Regex.cs (3)
444
if (
capslist
is null)
454
result =
capslist
.AsSpan().ToArray();
509
return RegexParser.GroupNameFromNumber(caps,
capslist
, capsize, i);
System\Text\RegularExpressions\RegexAssemblyCompiler.cs (1)
161
FieldInfo capslistField = RegexField(nameof(Regex.
capslist
));