2 overrides of ContainingTypesOrSelfHasUnsafeKeyword
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateConstructor\CSharpGenerateConstructorService.cs (1)
31
protected override bool
ContainingTypesOrSelfHasUnsafeKeyword
(INamedTypeSymbol containingType)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
GenerateConstructor\VisualBasicGenerateConstructorService.vb (1)
36
Protected Overrides Function
ContainingTypesOrSelfHasUnsafeKeyword
(containingType As INamedTypeSymbol) As Boolean
1 reference to ContainingTypesOrSelfHasUnsafeKeyword
Microsoft.CodeAnalysis.Features (1)
GenerateMember\GenerateConstructor\AbstractGenerateConstructorService.State.cs (1)
128
IsContainedInUnsafeType = _service.
ContainingTypesOrSelfHasUnsafeKeyword
(TypeToGenerateIn);