36 instantiations of UnsupportedSignatureContent
Microsoft.CodeAnalysis (35)
MetadataReader\MetadataDecoder.cs (34)
254throw new UnsupportedSignatureContent(); 277throw new UnsupportedSignatureContent(); 286throw new UnsupportedSignatureContent(); 318throw new UnsupportedSignatureContent(); 346throw new UnsupportedSignatureContent(); 355throw new UnsupportedSignatureContent(); 371throw new UnsupportedSignatureContent(); 378throw new UnsupportedSignatureContent(); 389throw new UnsupportedSignatureContent(); 396throw new UnsupportedSignatureContent(); 439throw new UnsupportedSignatureContent(); 456throw new UnsupportedSignatureContent(); 489throw new UnsupportedSignatureContent(); 837throw new UnsupportedSignatureContent(); 842throw new UnsupportedSignatureContent(); 856throw new UnsupportedSignatureContent(); 876throw new UnsupportedSignatureContent(); 948throw new UnsupportedSignatureContent(); 995throw new UnsupportedSignatureContent(); 1042throw new UnsupportedSignatureContent(); 1052throw new UnsupportedSignatureContent(); 1135throw new UnsupportedSignatureContent(); 1153throw new UnsupportedSignatureContent(); 1163throw new UnsupportedSignatureContent(); 1324throw new UnsupportedSignatureContent(); 1389throw new UnsupportedSignatureContent(); 1418throw new UnsupportedSignatureContent(); 1441throw new UnsupportedSignatureContent(); 1448throw new UnsupportedSignatureContent(); 1476throw new UnsupportedSignatureContent(); 1604throw new UnsupportedSignatureContent(); 1625throw new UnsupportedSignatureContent(); 1635throw new UnsupportedSignatureContent(); 1884throw new UnsupportedSignatureContent();
PEWriter\Members.cs (1)
99throw new UnsupportedSignatureContent();
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (1)
119throw new UnsupportedSignatureContent();
35 references to UnsupportedSignatureContent
Microsoft.CodeAnalysis (24)
Emit\EditAndContinue\DefinitionMap.cs (1)
314catch (Exception e) when (e is UnsupportedSignatureContent || e is BadImageFormatException || e is IOException)
MetadataReader\MetadataDecoder.cs (20)
187catch (UnsupportedSignatureContent) 195/// <exception cref="UnsupportedSignatureContent">If the encoded type is invalid.</exception> 203/// <exception cref="UnsupportedSignatureContent">If the encoded type is invalid.</exception> 433/// <exception cref="UnsupportedSignatureContent">If the encoded type is invalid.</exception> 729/// <exception cref="UnsupportedSignatureContent">If the encoded type is invalid.</exception> 848/// <exception cref="UnsupportedSignatureContent">If the encoded local variable type is invalid.</exception> 924catch (UnsupportedSignatureContent) 938/// <exception cref="UnsupportedSignatureContent">If the encoded local variable type is invalid.</exception> 978catch (UnsupportedSignatureContent) 1186/// <exception cref="UnsupportedSignatureContent">If the encoded parameter type is invalid.</exception> 1313/// <exception cref="UnsupportedSignatureContent">If the encoded parameter type is invalid.</exception> 1395/// <exception cref="UnsupportedSignatureContent">If the encoded argument type is invalid.</exception> 1479/// <exception cref="UnsupportedSignatureContent">If the encoded attribute argument is invalid.</exception> 1496/// <exception cref="UnsupportedSignatureContent">If the encoded attribute argument is invalid.</exception> 1516/// <exception cref="UnsupportedSignatureContent">If the encoded attribute argument is invalid.</exception> 1543/// <exception cref="UnsupportedSignatureContent">If the given <paramref name="typeCode"/> is invalid.</exception> 1613/// <exception cref="UnsupportedSignatureContent">If the encoded named argument is invalid.</exception> 1750catch (Exception e) when (e is UnsupportedSignatureContent || e is BadImageFormatException) 1887catch (Exception e) when ((e is UnsupportedSignatureContent || e is BadImageFormatException) && !isFunctionPointerSignature) 1956catch (UnsupportedSignatureContent)
MetadataReader\PEModule.cs (3)
1212catch (Exception e) when (e is UnsupportedSignatureContent or BadImageFormatException) { } 1269catch (Exception ex) when (ex is BadImageFormatException or UnsupportedSignatureContent) 1937catch (UnsupportedSignatureContent) { }
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (1)
56catch (UnsupportedSignatureContent)
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (3)
CSharpEESymbolProvider.cs (3)
72/// <exception cref="UnsupportedSignatureContent"></exception> 84/// <exception cref="UnsupportedSignatureContent"></exception> 102/// <exception cref="UnsupportedSignatureContent"></exception>
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (4)
EESymbolProvider.cs (2)
20/// <exception cref="UnsupportedSignatureContent"></exception> 27/// <exception cref="UnsupportedSignatureContent"></exception>
PDB\MethodDebugInfo.Native.cs (1)
650catch (Exception e) when (e is UnsupportedSignatureContent || e is BadImageFormatException)
PDB\MethodDebugInfo.Portable.cs (1)
213catch (Exception e) when (e is UnsupportedSignatureContent || e is BadImageFormatException)
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (3)
VisualBasicEESymbolProvider.vb (3)
53''' <exception cref="UnsupportedSignatureContent"></exception> 63''' <exception cref="UnsupportedSignatureContent"></exception> 77''' <exception cref="UnsupportedSignatureContent"></exception>