2 instantiations of StringBuilderMarshaller
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (2)
53
return new
StringBuilderMarshaller
(isAnsi: false);
55
return new
StringBuilderMarshaller
(isAnsi: true);