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