5 references to SeparatedList
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\Performance\BasicPreferHashDataOverComputeHash.Fixer.vb (1)
135
Dim spanArgs = SyntaxFactory.ArgumentList(SyntaxFactory.
SeparatedList
(list))
Microsoft.NetCore.Analyzers\Performance\BasicUseStringMethodCharOverloadWithSingleCharacters.Fixer.vb (1)
46
Return SyntaxFactory.ArgumentList(SyntaxFactory.
SeparatedList
(arguments.Cast(Of ArgumentSyntax)()))
Microsoft.NetCore.Analyzers\Runtime\BasicForwardCancellationTokenToInvocations.Fixer.vb (1)
84
Dim initializer = SyntaxFactory.CollectionInitializer(SyntaxFactory.
SeparatedList
(expressions.Cast(Of ExpressionSyntax)))
Microsoft.NetCore.Analyzers\Runtime\BasicForwardCancellationTokenToInvocationsFixer.TypeNameVisitor.vb (2)
127
SyntaxFactory.TypeArgumentList(SyntaxFactory.
SeparatedList
(symbol.TypeArguments.[Select](Function(t) t.Accept(New TypeNameVisitor())))))
176
Return SyntaxFactory.TupleType(SyntaxFactory.
SeparatedList
(