2 writes to WithDependencies
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
7643this.WithDependencies = withDependencies; 7654this.WithDependencies = withDependencies;
11 references to WithDependencies
Microsoft.CodeAnalysis.CSharp (11)
BoundTree\UnboundLambda.cs (6)
189return InferReturnTypeImpl(returnTypes, node, binder, delegateType, isAsync, conversions, node.UnboundLambda.WithDependencies); 196return InferReturnTypeImpl(returnTypes, node, binder, delegateType, isAsync, conversions, node.WithDependencies); 429var lambda = new UnboundLambda(Syntax, data, FunctionType, WithDependencies, nullableState, HasErrors); 442var lambda = new UnboundLambda(Syntax, data, FunctionType, WithDependencies, _nullableState, HasErrors); 806var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.WithDependencies); 1015var diagnostics = BindingDiagnosticBag.GetInstance(withDiagnostics: true, _unboundLambda.WithDependencies);
Generated\BoundNodes.xml.Generated.cs (5)
7667if (data != this.Data || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(functionType, this.FunctionType) || withDependencies != this.WithDependencies) 12164return node.Update(node.Data, functionType, node.WithDependencies); 14752updatedNode = node.Update(node.Data, functionType, node.WithDependencies); 14757updatedNode = node.Update(node.Data, functionType, node.WithDependencies); 17002new TreeDumperNode("withDependencies", node.WithDependencies, null),