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