2 references to m_genTypeDef
mscorlib (2)
system\reflection\emit\typebuilder.cs (2)
1613
public override Type GetGenericTypeDefinition() { if (IsGenericTypeDefinition) return this; if (
m_genTypeDef
== null) throw new InvalidOperationException(); return
m_genTypeDef
; }