2 instantiations of FixState
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\CSharpPreferReadOnlySpanPropertiesOverReadOnlyArrayFields.Fixer.cs (2)
72
_ => new
FixState
(),
115
new
FixState
(),
2 references to FixState
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\CSharpPreferReadOnlySpanPropertiesOverReadOnlyArrayFields.Fixer.cs (2)
127
FixState
state,
160
private static Document GetFixedDocument(Document document, SyntaxEditor editor,
FixState
state)