5 references to Add
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
3380
encoder.
Add
(
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\Encoding\ExceptionRegionEncoder.cs (4)
122
return
Add
(ExceptionRegionKind.Finally, tryOffset, tryLength, handlerOffset, handlerLength, default(EntityHandle), 0);
139
return
Add
(ExceptionRegionKind.Fault, tryOffset, tryLength, handlerOffset, handlerLength, default(EntityHandle), 0);
160
return
Add
(ExceptionRegionKind.Catch, tryOffset, tryLength, handlerOffset, handlerLength, catchType, 0);
178
return
Add
(ExceptionRegionKind.Filter, tryOffset, tryLength, handlerOffset, handlerLength, default(EntityHandle), filterOffset);