2 references to GetPropertiesOfTypeOrThrow
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (2)
1038
foreach (var propertyDef in module.
GetPropertiesOfTypeOrThrow
(_handle))
2386
foreach (var propertyDef in module.
GetPropertiesOfTypeOrThrow
(isExtension ? _lazyUncommonProperties.extensionInfo.GroupingTypeSymbol.Handle : _handle))