2 writes to WithDependencies
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
7667
this.
WithDependencies
= withDependencies;
7678
this.
WithDependencies
= withDependencies;
11 references to WithDependencies
Microsoft.CodeAnalysis.CSharp (11)
BoundTree\UnboundLambda.cs (6)
201
return InferReturnTypeImpl(returnTypes, node, binder, delegateType, isAsync, conversions, node.UnboundLambda.
WithDependencies
);
208
return InferReturnTypeImpl(returnTypes, node, binder, delegateType, isAsync, conversions, node.
WithDependencies
);
447
var lambda = new UnboundLambda(Syntax, data, FunctionType,
WithDependencies
, nullableState, getterNullResilienceData, HasErrors);
460
var lambda = new UnboundLambda(Syntax, data, FunctionType,
WithDependencies
, _nullableState, _getterNullResilienceData, HasErrors);
827
var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.
WithDependencies
);
1050
var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.
WithDependencies
);
Generated\BoundNodes.xml.Generated.cs (5)
7691
if (data != this.Data || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(functionType, this.FunctionType) || withDependencies != this.
WithDependencies
)
12196
return node.Update(node.Data, functionType, node.
WithDependencies
);
14775
updatedNode = node.Update(node.Data, functionType, node.
WithDependencies
);
14780
updatedNode = node.Update(node.Data, functionType, node.
WithDependencies
);
17017
new TreeDumperNode("withDependencies", node.
WithDependencies
, null),