17 instantiations of Map
Roslyn.VisualStudio.Next.UnitTests (17)
UnifiedSettings\UnifiedSettingsTests.cs (17)
91
customMaps: [new
Map
{ Result = "neverInclude", Match = 1 }, new
Map
{ Result = "alwaysInclude", Match = 2 }, new
Map
{ Result = "alwaysInclude", Match = 0 }, new
Map
{ Result = "includeAfterTypingIdentifierQuestionTab", Match = 3 }],
100
customMaps: [new
Map
{ Result = "never", Match = 1 }, new
Map
{ Result = "never", Match = 0 }, new
Map
{ Result = "always", Match = 2}, new
Map
{ Result = "afterFullyTypedWord", Match = 3 }],
206
customMaps: [new
Map
{ Result = "neverInclude", Match = 1 }, new
Map
{ Result = "alwaysInclude", Match = 2 }, new
Map
{ Result = "includeAfterTypingIdentifierQuestionTab", Match = 3 }, new
Map
{ Result = "includeAfterTypingIdentifierQuestionTab", Match = 0 }],
215
customMaps: [new
Map
{ Result = "never", Match = 1}, new
Map
{ Result = "always", Match = 2}, new
Map
{ Result = "always", Match = 0}, new
Map
{ Result = "afterFullyTypedWord", Match = 3 }],
371
Map = customMaps ?? [.. expectedEnumValues.Select(value => new
Map
{ Result = value.ToString().ToCamelCase(), Match = Convert.ToInt32(value) })]
2 references to Map
Roslyn.VisualStudio.Next.UnitTests (2)
UnifiedSettings\TestModel\EnumIntegerToString.cs (1)
17
public required Map[]
Map
{ get; init; }
UnifiedSettings\UnifiedSettingsTests.cs (1)
356
Map
[]? customMaps = null,