1 write to StringType
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\UseSpanBasedStringConcat.cs (1)
184
StringType
= stringType;
2 references to StringType
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\UseSpanBasedStringConcat.cs (1)
271
concatMethod =
StringType
.GetMembers(nameof(string.Concat))
Microsoft.NetCore.Analyzers\Runtime\UseSpanBasedStringConcat.Fixer.cs (1)
91
SyntaxNode stringTypeNameSyntax = generator.TypeExpressionForStaticMemberAccess(symbols.
StringType
);