3 references to Filter
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (2)
322
case BlockType.
Filter
:
460
Debug.Assert(handlerBlock.Type == BlockType.Catch || handlerBlock.Type == BlockType.Fault || handlerBlock.Type == BlockType.
Filter
);
CodeGen\LocalScopeManager.cs (1)
656
return BlockType.
Filter
;