1 implementation of IsRef
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5878public bool IsRef { get; }
13 references to IsRef
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
2098return PopStackFrame(frame, new SimpleAssignmentOperation(operation.IsRef, PopOperand(), value, null, operation.Syntax, operation.Type, operation.GetConstantValue(), IsImplicit(operation))); 5998result = new SimpleAssignmentOperation(assignmentOperation.IsRef, left, right, semanticModel: null, assignmentOperation.Syntax, 6204var visitedAssignment = new SimpleAssignmentOperation(isRef: simpleAssignment.IsRef, visitedTarget, visitedValue,
Microsoft.CodeAnalysis.CodeStyle (4)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.BlockAnalyzer.cs (1)
350case ISimpleAssignmentOperation assignment when assignment.IsRef:
OperationExtensions.cs (1)
131simpleAssignmentOperation.IsRef)
UseConditionalExpressionForAssignmentHelpers.cs (2)
39syntaxFacts, anyAssignment?.IsRef == true, trueThrow, falseThrow)) 52isRef = trueAssignment?.IsRef == true;
Microsoft.CodeAnalysis.Features (3)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.BlockAnalyzer.cs (1)
350case ISimpleAssignmentOperation assignment when assignment.IsRef:
UseConditionalExpressionForAssignmentHelpers.cs (2)
39syntaxFacts, anyAssignment?.IsRef == true, trueThrow, falseThrow)) 52isRef = trueAssignment?.IsRef == true;
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1623if (operation.IsRef)
Compilation\TestOperationVisitor.cs (1)
1146bool isRef = operation.IsRef;
Microsoft.CodeAnalysis.Workspaces (1)
OperationExtensions.cs (1)
131simpleAssignmentOperation.IsRef)