5 references to GetMethodsOfTypeOrThrow
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
1997
foreach (MethodDefinitionHandle methodDef in Module.
GetMethodsOfTypeOrThrow
(typeDef))
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (4)
1083
foreach (var methodDef in module.
GetMethodsOfTypeOrThrow
(_handle))
1552
foreach (var methodDef in module.
GetMethodsOfTypeOrThrow
(_handle))
2304
foreach (var methodHandle in module.
GetMethodsOfTypeOrThrow
(_handle))
2580
foreach (var methodHandle in module.
GetMethodsOfTypeOrThrow
(isExtension ? _lazyUncommonProperties.extensionInfo.GroupingTypeSymbol.Handle : _handle))