1 override of ContainingTypesOrSelfHasUnsafeKeyword
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateConstructors\CSharpGenerateConstructorsCodeRefactoringProvider.cs (1)
44
protected override bool
ContainingTypesOrSelfHasUnsafeKeyword
(INamedTypeSymbol containingType)
1 reference to ContainingTypesOrSelfHasUnsafeKeyword
Microsoft.CodeAnalysis.Features (1)
GenerateConstructors\AbstractGenerateConstructorsCodeRefactoringProvider.State.cs (1)
73
IsContainedInUnsafeType = service.
ContainingTypesOrSelfHasUnsafeKeyword
(containingType);