1 instantiation of CustomFixAllProvider
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.FixAllProvider.cs (1)
20
public static readonly CustomFixAllProvider Instance =
new
();
2 references to CustomFixAllProvider
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.FixAllProvider.cs (1)
20
public static readonly
CustomFixAllProvider
Instance = new();
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.Fixer.cs (1)
26
return
CustomFixAllProvider
.Instance;