106 references to CreateRange
dotnet (2)
GenerateDocumentationAndConfigFiles (5)
ILAssembler (1)
Microsoft.Build (5)
Microsoft.CodeAnalysis (14)
Microsoft.CodeAnalysis.Analyzers (5)
Microsoft.CodeAnalysis.AnalyzerUtilities (5)
Microsoft.CodeAnalysis.CodeStyle (5)
Microsoft.CodeAnalysis.CSharp (8)
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.Extensions.Package (5)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.NetAnalyzers (15)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotHaveIncorrectSuffix.cs (13)
97[AttributeSuffix] = ImmutableArray.CreateRange(new[] { "System.Attribute" }),
98[CollectionSuffix] = ImmutableArray.CreateRange(new[] { "System.Collections.IEnumerable" }),
99[DictionarySuffix] = ImmutableArray.CreateRange(new[] { "System.Collections.IDictionary", "System.Collections.Generic.IDictionary`2", "System.Collections.Generic.IReadOnlyDictionary`2" }),
100[EventArgsSuffix] = ImmutableArray.CreateRange(new[] { "System.EventArgs" }),
101[ExceptionSuffix] = ImmutableArray.CreateRange(new[] { "System.Exception" }),
102[PermissionSuffix] = ImmutableArray.CreateRange(new[] { "System.Security.IPermission" }),
103[StreamSuffix] = ImmutableArray.CreateRange(new[] { "System.IO.Stream" }),
104[QueueSuffix] = ImmutableArray.CreateRange(new[] { "System.Collections.Queue", "System.Collections.Generic.Queue`1" }),
105[StackSuffix] = ImmutableArray.CreateRange(new[] { "System.Collections.Stack", "System.Collections.Generic.Stack`1" })
113[DelegateSuffix] = ImmutableArray.CreateRange(new[] { "System.Delegate", "System.MulticastDelegate" }),
114[EventHandlerSuffix] = ImmutableArray.CreateRange(new[] { "System.EventHandler" }),
115[EnumSuffix] = ImmutableArray.CreateRange(new[] { "System.Enum" })
133ImmutableArray<INamedTypeSymbol> namedTypeSymbolArray = ImmutableArray.CreateRange(
Microsoft.CodeAnalysis.ResxSourceGenerator (5)
Microsoft.CodeAnalysis.Scripting (7)
Microsoft.CodeAnalysis.VisualBasic (6)
Microsoft.CodeAnalysis.Workspaces (6)
Microsoft.Interop.LibraryImportGenerator (1)
Microsoft.Interop.SourceGeneration (2)
Roslyn.Diagnostics.Analyzers (5)
System.Collections.Immutable (2)