3 public static class DoesChildOperationHaveRunLocalAnalyzerConstants
5 public const string Title =
"Find Child Operations That Have [RunLocal]";
6 public const string IdentifierText =
"DoesChildOperationHaveRunLocal";
7 public const string Message =
"Child operations should not have [RunLocal]";
10 public static class DoesChildOperationHaveRunLocalRemoveAttributeCodeFixConstants
12 public const string RemoveRunLocalDescription =
"Remove [RunLocal]";