5 references to TypeToChar
WasmAppBuilder (5)
PInvokeTableGenerator.cs (1)
277SignatureMapper.TypeToChar(realReturnType, Log, out bool resultIsByRef);
SignatureMapper.cs (4)
64c = TypeToChar(underlyingType, log, out _, ++depth); 74return TypeToChar(fieldType, log, out isByRefStruct, ++depth); 89string? result = TypeToChar(method.ReturnType, log, out bool resultIsByRef)?.ToString(); 102char? parameterChar = TypeToChar(parameter.ParameterType, log, out _);