3 references to SymbolType
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (3)
70symbolType = new SymbolType(baseType, TypeKind.IsByRef); 84symbolType = new SymbolType(baseType, TypeKind.IsArray); 203symbolType = new SymbolType(baseType, TypeKind.IsPointer);