1 override of ContainingTypesOrSelfHasUnsafeKeyword
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\GenerateConstructor\CSharpGenerateConstructorService.cs (1)
28
protected override bool
ContainingTypesOrSelfHasUnsafeKeyword
(INamedTypeSymbol containingType)
1 reference to ContainingTypesOrSelfHasUnsafeKeyword
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\GenerateConstructor\AbstractGenerateConstructorService.State.cs (1)
118
IsContainedInUnsafeType = _service.
ContainingTypesOrSelfHasUnsafeKeyword
(TypeToGenerateIn);