1 write to SemanticFacts
Microsoft.CodeAnalysis.Features (1)
ConvertForEachToFor\AbstractConvertForEachToForCodeRefactoringProvider.cs (1)
435
SemanticFacts
= semanticFacts;
3 references to SemanticFacts
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertForEachToFor\CSharpConvertForEachToForCodeRefactoringProvider.cs (1)
77
var indexVariable = CreateUniqueName(foreachInfo.
SemanticFacts
, model, foreachStatement.Statement, "i", cancellationToken);
Microsoft.CodeAnalysis.Features (1)
ConvertForEachToFor\AbstractConvertForEachToForCodeRefactoringProvider.cs (1)
96
CreateUniqueName(foreachInfo.
SemanticFacts
,
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ConvertForEachToFor\VisualBasicConvertForEachToForCodeRefactoringProvider.vb (1)
72
CreateUniqueName(foreachInfo.
SemanticFacts
, model, forEachBlock.Statements(0), "i", cancellationToken))