1 write to IsException
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
176
IsException
= BaseTypeOrInterfaceOpt != null && BaseTypeOrInterfaceOpt.Equals(semanticModel.Compilation.ExceptionType());
4 references to IsException
Microsoft.CodeAnalysis.Features (4)
GenerateType\AbstractGenerateTypeService.GenerateNamedType.cs (3)
109
if (_state.
IsException
)
128
if (_state.
IsException
&&
256
if (_state.
IsException
)
GenerateType\AbstractGenerateTypeService.State.cs (1)
272
!
IsException
&&