1 implementation of ConstructMethod
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10717
public IMethodSymbol?
ConstructMethod
{ get; }
5 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)
6590
operation.
ConstructMethod
,
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (2)
1620
LogSymbol(operation.
ConstructMethod
, $", {nameof(operation.
ConstructMethod
)}");
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (1)
495
if (!Equals(symbol, collectionExpression.
ConstructMethod
?.OriginalDefinition))