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