1 override of TryGetChar
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpUseStringMethodCharOverloadWithSingleCharacters.Fixer.cs (1)
21
protected override bool
TryGetChar
(SemanticModel model, SyntaxNode argumentListNode, out char c)
2 references to TryGetChar
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\UseStringMethodCharOverloadWithSingleCharacters.Fixer.cs (2)
29
if (
TryGetChar
(model, argumentListNode, out _))
42
if (!
TryGetChar
(model, argumentListNode, out var c))