1 write to ApplicableMethods
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6635
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)
6652
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))
11821
return node.Update(node.Name, arguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, initializerExpressionOpt, node.
ApplicableMethods
, node.WasTargetTyped, type);
14112
ImmutableArray<MethodSymbol> applicableMethods = GetUpdatedArray(node, node.
ApplicableMethods
);
16532
new TreeDumperNode("applicableMethods", node.
ApplicableMethods
, null),