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)
1023foreach (var methodDef in module.GetMethodsOfTypeOrThrow(_handle)) 1344foreach (var methodDef in module.GetMethodsOfTypeOrThrow(_handle)) 2085foreach (var methodHandle in module.GetMethodsOfTypeOrThrow(_handle)) 2355foreach (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);