5 references to DisposingName
Microsoft.CodeAnalysis.CSharp.Features (1)
ImplementInterface\CSharpImplementInterfaceService.cs (1)
97g.Argument(DisposingName, RefKind.None, g.FalseLiteralExpression()))));
Microsoft.CodeAnalysis.Features (3)
ImplementInterface\AbstractImplementInterfaceService.DisposePatternCodeAction.cs (3)
244var ifDisposingStatement = g.IfStatement(g.IdentifierName(DisposingName), Array.Empty<SyntaxNode>()); 272DisposingName)), 296g.Argument(DisposingName, RefKind.None, g.TrueLiteralExpression())))));
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ImplementInterface\VisualBasicImplementInterfaceService.vb (1)
118g.Argument(DisposingName, RefKind.None, g.FalseLiteralExpression()))))