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