2 references to GenerateEndConstruct
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
PredefinedCodeFixProviderNames.cs (1)
62public const string GenerateEndConstruct = nameof(GenerateEndConstruct);
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicRemoveUnnecessaryCastCodeFixProvider.vb (1)
21<ExtensionOrder(After:=PredefinedCodeFixProviderNames.GenerateEndConstruct)>