7 writes to IsDelegateAllowed
Microsoft.CodeAnalysis.CSharp.Features (3)
GenerateType\CSharpGenerateTypeService.cs (3)
210generateTypeServiceStateOptions.IsDelegateAllowed = false; 288generateTypeServiceStateOptions.IsDelegateAllowed = false; 399generateTypeServiceStateOptions.IsDelegateAllowed = false;
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
442IsDelegateAllowed = true;
Microsoft.CodeAnalysis.VisualBasic.Features (3)
GenerateType\VisualBasicGenerateTypeService.vb (3)
123generateTypeServiceStateOptions.IsDelegateAllowed = False 186generateTypeServiceStateOptions.IsDelegateAllowed = False 299generateTypeServiceStateOptions.IsDelegateAllowed = False
5 references to IsDelegateAllowed
Microsoft.CodeAnalysis.CSharp.Features (2)
GenerateType\CSharpGenerateTypeService.cs (2)
392if (generateTypeServiceStateOptions.IsDelegateAllowed && 422if (generateTypeServiceStateOptions.IsDelegateAllowed)
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
180IsDelegateAllowed = generateTypeServiceStateOptions.IsDelegateAllowed;
Microsoft.CodeAnalysis.VisualBasic.Features (2)
GenerateType\VisualBasicGenerateTypeService.vb (2)
285If generateTypeServiceStateOptions.IsDelegateAllowed AndAlso 315If generateTypeServiceStateOptions.IsDelegateAllowed Then