6 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)
1043foreach (var methodDef in module.GetMethodsOfTypeOrThrow(_handle)) 1364foreach (var methodDef in module.GetMethodsOfTypeOrThrow(_handle)) 2116foreach (var methodHandle in module.GetMethodsOfTypeOrThrow(_handle)) 2392foreach (var methodHandle in module.GetMethodsOfTypeOrThrow(isExtension ? _lazyUncommonProperties.extensionInfo.GroupingTypeSymbol.Handle : _handle))
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests.cs (1)
1636var methods = metadata.GetMethodsOfTypeOrThrow(typeI.Handle);