34 instantiations of UnsupportedSignatureContent
Microsoft.CodeAnalysis (34)
MetadataReader\MetadataDecoder.cs (33)
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(); 1339throw new UnsupportedSignatureContent(); 1362throw new UnsupportedSignatureContent(); 1369throw new UnsupportedSignatureContent(); 1397throw new UnsupportedSignatureContent(); 1428throw new UnsupportedSignatureContent(); 1543throw new UnsupportedSignatureContent(); 1564throw new UnsupportedSignatureContent(); 1574throw new UnsupportedSignatureContent(); 1806throw new UnsupportedSignatureContent();
PEWriter\Members.cs (1)
99throw new UnsupportedSignatureContent();
30 references to UnsupportedSignatureContent
Microsoft.CodeAnalysis (25)
Emit\EditAndContinue\DefinitionMap.cs (1)
379catch (Exception e) when (e is UnsupportedSignatureContent || e is BadImageFormatException || e is IOException)
MetadataReader\MetadataDecoder.cs (19)
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> 1316/// <exception cref="UnsupportedSignatureContent">If the encoded argument type is invalid.</exception> 1400/// <exception cref="UnsupportedSignatureContent">If the encoded attribute argument is invalid.</exception> 1435/// <exception cref="UnsupportedSignatureContent">If the encoded attribute argument is invalid.</exception> 1455/// <exception cref="UnsupportedSignatureContent">If the encoded attribute argument is invalid.</exception> 1482/// <exception cref="UnsupportedSignatureContent">If the given <paramref name="typeCode"/> is invalid.</exception> 1552/// <exception cref="UnsupportedSignatureContent">If the encoded named argument is invalid.</exception> 1672catch (Exception e) when (e is UnsupportedSignatureContent || e is BadImageFormatException) 1809catch (Exception e) when ((e is UnsupportedSignatureContent || e is BadImageFormatException) && !isFunctionPointerSignature) 1878catch (UnsupportedSignatureContent)
MetadataReader\PEModule.cs (5)
1329catch (UnsupportedSignatureContent) { } 1369catch (Exception e) when (e is UnsupportedSignatureContent or BadImageFormatException) { } 1426catch (Exception ex) when (ex is BadImageFormatException or UnsupportedSignatureContent) 1534catch (Exception e) when (e is UnsupportedSignatureContent or BadImageFormatException) { } 2163catch (UnsupportedSignatureContent) { }
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (2)
EESymbolProvider.cs (2)
20/// <exception cref="UnsupportedSignatureContent"></exception> 27/// <exception cref="UnsupportedSignatureContent"></exception>
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (3)
VisualBasicEESymbolProvider.vb (3)
53''' <exception cref="UnsupportedSignatureContent"></exception> 63''' <exception cref="UnsupportedSignatureContent"></exception> 77''' <exception cref="UnsupportedSignatureContent"></exception>