1 write to ApplicableMethods
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6636
this.
ApplicableMethods
= applicableMethods;
5 references to ApplicableMethods
Microsoft.CodeAnalysis.CSharp (5)
Compilation\CSharpSemanticModel.cs (1)
3656
memberGroup = objectCreation.
ApplicableMethods
.Cast<MethodSymbol, Symbol>();
Generated\BoundNodes.xml.Generated.cs (4)
6653
if (name != this.Name || arguments != this.Arguments || argumentNamesOpt != this.ArgumentNamesOpt || argumentRefKindsOpt != this.ArgumentRefKindsOpt || initializerExpressionOpt != this.InitializerExpressionOpt || applicableMethods != this.
ApplicableMethods
|| wasTargetTyped != this.WasTargetTyped || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11822
return node.Update(node.Name, arguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, initializerExpressionOpt, node.
ApplicableMethods
, node.WasTargetTyped, type);
14113
ImmutableArray<MethodSymbol> applicableMethods = GetUpdatedArray(node, node.
ApplicableMethods
);
16533
new TreeDumperNode("applicableMethods", node.
ApplicableMethods
, null),