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