4 references to GetPropertiesOfTypeOrThrow
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (2)
784foreach (var propertyDef in module.GetPropertiesOfTypeOrThrow(_handle)) 1976foreach (var propertyDef in module.GetPropertiesOfTypeOrThrow(_handle))
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (2)
471For Each propertyDef In peModule.GetPropertiesOfTypeOrThrow(_handle) 1210For Each propertyDef In [module].GetPropertiesOfTypeOrThrow(_handle)