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