2 references to IsByRef
mscorlib (2)
system\reflection\emit\symboltype.cs (2)
64
symbolType = new SymbolType(TypeKind.
IsByRef
);
535
return m_typeKind == TypeKind.
IsByRef
;