2 references to BoundThisReference
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
2433return new BoundThisReference(node, thisTypeOpt ?? CreateErrorType(), hasErrors) { WasCompilerGenerated = wasCompilerGenerated };
Generated\BoundNodes.xml.Generated.cs (1)
4396var result = new BoundThisReference(this.Syntax, type, this.HasErrors);