2 writes to WithDependencies
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
7776
this.
WithDependencies
= withDependencies;
7787
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);
829
var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.
WithDependencies
);
1058
var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.
WithDependencies
);
Generated\BoundNodes.xml.Generated.cs (5)
7800
if (data != this.Data || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(functionType, this.FunctionType) || withDependencies != this.
WithDependencies
)
12452
return node.Update(node.Data, functionType, node.
WithDependencies
);
15059
updatedNode = node.Update(node.Data, functionType, node.
WithDependencies
);
15064
updatedNode = node.Update(node.Data, functionType, node.
WithDependencies
);
17355
new TreeDumperNode("withDependencies", node.
WithDependencies
, null),