34 instantiations of UnsupportedSignatureContent
Microsoft.CodeAnalysis (34)
MetadataReader\MetadataDecoder.cs (33)
254
throw new
UnsupportedSignatureContent
();
277
throw new
UnsupportedSignatureContent
();
286
throw new
UnsupportedSignatureContent
();
318
throw new
UnsupportedSignatureContent
();
346
throw new
UnsupportedSignatureContent
();
355
throw new
UnsupportedSignatureContent
();
371
throw new
UnsupportedSignatureContent
();
378
throw new
UnsupportedSignatureContent
();
389
throw new
UnsupportedSignatureContent
();
396
throw new
UnsupportedSignatureContent
();
439
throw new
UnsupportedSignatureContent
();
456
throw new
UnsupportedSignatureContent
();
489
throw new
UnsupportedSignatureContent
();
837
throw new
UnsupportedSignatureContent
();
842
throw new
UnsupportedSignatureContent
();
856
throw new
UnsupportedSignatureContent
();
876
throw new
UnsupportedSignatureContent
();
948
throw new
UnsupportedSignatureContent
();
995
throw new
UnsupportedSignatureContent
();
1042
throw new
UnsupportedSignatureContent
();
1052
throw new
UnsupportedSignatureContent
();
1135
throw new
UnsupportedSignatureContent
();
1153
throw new
UnsupportedSignatureContent
();
1163
throw new
UnsupportedSignatureContent
();
1339
throw new
UnsupportedSignatureContent
();
1362
throw new
UnsupportedSignatureContent
();
1369
throw new
UnsupportedSignatureContent
();
1397
throw new
UnsupportedSignatureContent
();
1428
throw new
UnsupportedSignatureContent
();
1543
throw new
UnsupportedSignatureContent
();
1564
throw new
UnsupportedSignatureContent
();
1574
throw new
UnsupportedSignatureContent
();
1806
throw new
UnsupportedSignatureContent
();
PEWriter\Members.cs (1)
99
throw new
UnsupportedSignatureContent
();
30 references to UnsupportedSignatureContent
Microsoft.CodeAnalysis (25)
Emit\EditAndContinue\DefinitionMap.cs (1)
379
catch (Exception e) when (e is
UnsupportedSignatureContent
|| e is BadImageFormatException || e is IOException)
MetadataReader\MetadataDecoder.cs (19)
187
catch (
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>
924
catch (
UnsupportedSignatureContent
)
938
/// <exception cref="
UnsupportedSignatureContent
">If the encoded local variable type is invalid.</exception>
978
catch (
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>
1672
catch (Exception e) when (e is
UnsupportedSignatureContent
|| e is BadImageFormatException)
1809
catch (Exception e) when ((e is
UnsupportedSignatureContent
|| e is BadImageFormatException) && !isFunctionPointerSignature)
1878
catch (
UnsupportedSignatureContent
)
MetadataReader\PEModule.cs (5)
1329
catch (
UnsupportedSignatureContent
) { }
1369
catch (Exception e) when (e is
UnsupportedSignatureContent
or BadImageFormatException) { }
1426
catch (Exception ex) when (ex is BadImageFormatException or
UnsupportedSignatureContent
)
1534
catch (Exception e) when (e is
UnsupportedSignatureContent
or BadImageFormatException) { }
2163
catch (
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>