1 instantiation of MarshalDirectiveException
System.Private.CoreLib (1)
src\System\StubHelpers.cs (1)
1494throw new MarshalDirectiveException(SR.Marshaler_StringTooLong);
4 references to MarshalDirectiveException
Microsoft.CodeAnalysis (1)
StrongName\DesktopStrongNameProvider.cs (1)
193catch (MarshalDirectiveException) when (PathUtilities.IsUnixLikePlatform)
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
709[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.MarshalDirectiveException))]
netstandard (1)
netstandard.cs (1)
1715[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.MarshalDirectiveException))]
System.Runtime.InteropServices (1)
artifacts\obj\System.Runtime.InteropServices\Debug\net10.0\System.Runtime.InteropServices.Forwards.cs (1)
107[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.MarshalDirectiveException))]