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