1 implementation of Argument
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6445
public 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)
352
var nameofArgument = ((INameOfOperation)operationContext.Operation).
Argument
;
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
352
var nameofArgument = ((INameOfOperation)operationContext.Operation).
Argument
;
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1411
Visit(operation.
Argument
);
Compilation\TestOperationVisitor.cs (1)
980
Assert.Same(operation.
Argument
, operation.ChildOperations.Single());