4 references to ExceptionAlias
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (4)
ExpressionCompilerTestBase.cs (1)
493
return
ExceptionAlias
((type ?? typeof(Exception)).AssemblyQualifiedName, stowed);
MissingAssemblyTests.cs (1)
535
ImmutableArray.Create(
ExceptionAlias
("Microsoft.CSharp.RuntimeBinder.RuntimeBinderException, Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", stowed: true)),
PseudoVariableTests.cs (2)
956
ExceptionAlias
("System.Exception, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"),
1047
ExceptionAlias
("E, 9BAC6622-86EB-4EC5-94A1-9A1E6D0C24B9, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"),