11 references to IsGenericVariable
mscorlib (11)
system\reflection\Associates.cs (1)
142
while(RuntimeTypeHandle.
IsGenericVariable
(reflectedType))
system\rttype.cs (8)
684
while(RuntimeTypeHandle.
IsGenericVariable
(declaringType))
861
while(RuntimeTypeHandle.
IsGenericVariable
(declaringType))
1091
if (!RuntimeTypeHandle.
IsGenericVariable
(declaringType))
1179
while (RuntimeTypeHandle.
IsGenericVariable
(declaringType))
1239
while(RuntimeTypeHandle.
IsGenericVariable
(declaringType))
1334
while(RuntimeTypeHandle.
IsGenericVariable
(declaringType))
3783
if (RuntimeTypeHandle.
IsGenericVariable
(this))
4261
get { return RuntimeTypeHandle.
IsGenericVariable
(this); }
system\runtimehandles.cs (2)
814
return
IsGenericVariable
(GetTypeChecked());
827
if (!
IsGenericVariable
(type))