1 implementation of ConstructMethod
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10719public IMethodSymbol? ConstructMethod { get; }
3 references to ConstructMethod
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (1)
3958/// Arguments passed to to <see cref="ConstructMethod" />, if present. Arguments are in evaluation order. This can
Operations\ControlFlowGraphBuilder.cs (1)
6599operation.ConstructMethod,
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (1)
495if (!Equals(symbol, collectionExpression.ConstructMethod?.OriginalDefinition))