2 references to GetGenericParamPropsOrThrow
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (1)
82moduleSymbol.Module.GetGenericParamPropsOrThrow(handle, out _name, out flags);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\GenericConstraintTests.cs (1)
6631metadata.GetGenericParamPropsOrThrow(tp.Handle, out name, out flags);