1 implementation of Method
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9089
public IMethodSymbol?
Method
{ get; }
2 references to Method
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7756
return new RangeOperation(visitedLeftOperand, visitedRightOperand, operation.IsLifted, operation.
Method
, semanticModel: null, operation.Syntax, operation.Type, isImplicit: IsImplicit(operation));
Roslyn.Diagnostics.Analyzers (1)
AbstractDoNotCopyValue.cs (1)
1071
CheckMethodSymbolInUnsupportedContext(operation, operation.
Method
);