1 instantiation of ErrorPropertySymbol
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Expressions.cs (1)
10218return new ErrorPropertySymbol(candidate.ContainingType, propertyType, candidate.Name, candidate.IsIndexer, candidate.IsIndexedProperty);
1 reference to ErrorPropertySymbol
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Expressions.cs (1)
10214private ErrorPropertySymbol CreateErrorPropertySymbol(ImmutableArray<PropertySymbol> propertyGroup)