3 references to CreateCurrentCultureMemberAccess
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpSpecifyCultureForToLowerAndToUpper.Fixer.cs (1)
34
var newArg = generator.Argument(
CreateCurrentCultureMemberAccess
(generator, model)).WithAdditionalAnnotations(Formatter.Annotation);
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\BasicSpecifyCultureForToLowerAndToUpper.Fixer.vb (2)
41
Dim newArg = generator.Argument(
CreateCurrentCultureMemberAccess
(generator, model)).WithAdditionalAnnotations(Formatter.Annotation)
53
Dim newArg = generator.Argument(
CreateCurrentCultureMemberAccess
(generator, model)).WithAdditionalAnnotations(Formatter.Annotation)