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