1 instantiation of AttributeArgumentFixer
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpAddExplicitCastCodeFixProvider.cs (1)
41
_attributeArgumentFixer = new
AttributeArgumentFixer
();
1 reference to AttributeArgumentFixer
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpAddExplicitCastCodeFixProvider.cs (1)
34
private readonly
AttributeArgumentFixer
_attributeArgumentFixer;