Base:
property
IsIndexedProperty
Microsoft.CodeAnalysis.CSharp.Symbols.PropertySymbol.IsIndexedProperty
2 references to IsIndexedProperty
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEPropertySymbol.cs (2)
384
else if (this.
IsIndexedProperty
)
1048
Debug.Assert(IsIndexer ||
IsIndexedProperty
);