2 references to BoundPropertyEqualsValue
Microsoft.CodeAnalysis.CSharp (2)
Compilation\InitializerSemanticModel.cs (1)
168return new BoundPropertyEqualsValue(result.Syntax, property, result.Locals, result.Value);
Generated\BoundNodes.xml.Generated.cs (1)
358var result = new BoundPropertyEqualsValue(this.Syntax, property, locals, value, this.HasErrors);