36 instantiations of UnsupportedSignatureContent
Microsoft.CodeAnalysis (35)
MetadataReader\MetadataDecoder.cs (34)
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
();
1324
throw new
UnsupportedSignatureContent
();
1389
throw new
UnsupportedSignatureContent
();
1418
throw new
UnsupportedSignatureContent
();
1441
throw new
UnsupportedSignatureContent
();
1448
throw new
UnsupportedSignatureContent
();
1476
throw new
UnsupportedSignatureContent
();
1604
throw new
UnsupportedSignatureContent
();
1625
throw new
UnsupportedSignatureContent
();
1635
throw new
UnsupportedSignatureContent
();
1884
throw new
UnsupportedSignatureContent
();
PEWriter\Members.cs (1)
99
throw new
UnsupportedSignatureContent
();
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (1)
119
throw new
UnsupportedSignatureContent
();
35 references to UnsupportedSignatureContent
Microsoft.CodeAnalysis (24)
Emit\EditAndContinue\DefinitionMap.cs (1)
314
catch (Exception e) when (e is
UnsupportedSignatureContent
|| e is BadImageFormatException || e is IOException)
MetadataReader\MetadataDecoder.cs (20)
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>
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>
1750
catch (Exception e) when (e is
UnsupportedSignatureContent
|| e is BadImageFormatException)
1887
catch (Exception e) when ((e is
UnsupportedSignatureContent
|| e is BadImageFormatException) && !isFunctionPointerSignature)
1956
catch (
UnsupportedSignatureContent
)
MetadataReader\PEModule.cs (3)
1212
catch (Exception e) when (e is
UnsupportedSignatureContent
or BadImageFormatException) { }
1269
catch (Exception ex) when (ex is BadImageFormatException or
UnsupportedSignatureContent
)
1937
catch (
UnsupportedSignatureContent
) { }
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (1)
56
catch (
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)
650
catch (Exception e) when (e is
UnsupportedSignatureContent
|| e is BadImageFormatException)
PDB\MethodDebugInfo.Portable.cs (1)
213
catch (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>