1 write to AllowGenerationIntoHiddenCode
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationContext.cs (1)
172
AllowGenerationIntoHiddenCode
= allowGenerationIntoHiddenCode;
2 references to AllowGenerationIntoHiddenCode
Roslyn.Diagnostics.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\AbstractCodeGenerationService_FindDeclaration.cs (1)
86
if (context.
AllowGenerationIntoHiddenCode
?.Invoke(document) == true)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationContext.cs (1)
217
var newAllowGenerationIntoHiddenCode = allowGenerationIntoHiddenCode.HasValue ? allowGenerationIntoHiddenCode.Value : this.
AllowGenerationIntoHiddenCode
;