1 implementation of Argument
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6445public IOperation Argument { get; }
5 references to Argument
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
1655/// Represents an operation that gets a string value for the <see cref="Argument" /> name.
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
352var nameofArgument = ((INameOfOperation)operationContext.Operation).Argument;
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
352var nameofArgument = ((INameOfOperation)operationContext.Operation).Argument;
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1411Visit(operation.Argument);
Compilation\TestOperationVisitor.cs (1)
980Assert.Same(operation.Argument, operation.ChildOperations.Single());