1 implementation of ConstructMethod
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10678public IMethodSymbol? ConstructMethod { get; }
3 references to ConstructMethod
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
6567operation.ConstructMethod,
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (2)
1632LogSymbol(operation.ConstructMethod, $", {nameof(operation.ConstructMethod)}");