2 writes to WithDependencies
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
7640
this.
WithDependencies
= withDependencies;
7651
this.
WithDependencies
= withDependencies;
11 references to WithDependencies
Microsoft.CodeAnalysis.CSharp (11)
BoundTree\UnboundLambda.cs (6)
189
return InferReturnTypeImpl(returnTypes, node, binder, delegateType, isAsync, conversions, node.UnboundLambda.
WithDependencies
);
196
return InferReturnTypeImpl(returnTypes, node, binder, delegateType, isAsync, conversions, node.
WithDependencies
);
429
var lambda = new UnboundLambda(Syntax, data, FunctionType,
WithDependencies
, nullableState, HasErrors);
442
var lambda = new UnboundLambda(Syntax, data, FunctionType,
WithDependencies
, _nullableState, HasErrors);
785
var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.
WithDependencies
);
994
var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.
WithDependencies
);
Generated\BoundNodes.xml.Generated.cs (5)
7664
if (data != this.Data || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(functionType, this.FunctionType) || withDependencies != this.
WithDependencies
)
11993
return node.Update(node.Data, node.FunctionType, node.
WithDependencies
);
14566
updatedNode = node.Update(node.Data, functionType, node.
WithDependencies
);
14571
updatedNode = node.Update(node.Data, functionType, node.
WithDependencies
);
16815
new TreeDumperNode("withDependencies", node.
WithDependencies
, null),