23 instantiations of Map
Roslyn.VisualStudio.Next.UnitTests (23)
UnifiedSettings\UnifiedSettingsTests.cs (23)
92
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 }],
101
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 }],
120
customMaps: [new
Map
{ Result = "alwaysAddImport", Match = 0 }, new
Map
{ Result = "neverAddImport", Match = 1 }, new
Map
{ Result = "onlyAddImportIfExplicitlyCompleted", Match = 2}],
214
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 }],
223
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 }],
237
customMaps: [new
Map
{ Result = "alwaysAddImport", Match = 0 }, new
Map
{ Result = "neverAddImport", Match = 1 }, new
Map
{ Result = "onlyAddImportIfExplicitlyCompleted", Match = 2}],
394
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)
379
Map
[]? customMaps = null,