1 implementation of OperatorMethod
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6365public IMethodSymbol? OperatorMethod { get; }
4 references to OperatorMethod
Microsoft.CodeAnalysis (3)
Generated\Operations.Generated.cs (2)
1530/// Type parameter which runtime type will be used to resolve virtual invocation of the <see cref="OperatorMethod" />, if any. 1531/// Null if <see cref="OperatorMethod" /> is resolved statically, or is null.
Operations\ControlFlowGraphBuilder.cs (1)
2125operation.IsChecked, operation.OperatorMethod, operation.ConstrainedToType, PopOperand(), value, semanticModel: null,
Roslyn.Diagnostics.Analyzers (1)
AbstractDoNotCopyValue.cs (1)
493CheckMethodSymbolInUnsupportedContext(operation, operation.OperatorMethod);