We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abc771 commit 9fd7d32Copy full SHA for 9fd7d32
Chickensoft.LogicBlocks.DiagramGenerator/src/Diagrammer.cs
@@ -550,7 +550,7 @@ INamedTypeSymbol stateBaseType
550
551
if (!onTypeItself) {
552
// method is not on the current type (so it must be implemented on a
553
- // base type) and it's not an override.
+ // base type).
554
//
555
// we have to check for this case since Roslyn doesn't return
556
// overridden methods on the derived type when asking for an interface's
0 commit comments