1 instantiation of CodeGenerationEventInfo
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationEventInfo.cs (1)
21
var info = new
CodeGenerationEventInfo
(isUnsafe);
6 references to CodeGenerationEventInfo
Microsoft.CodeAnalysis.CodeStyle.Fixes (6)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationSymbolFactory.cs (1)
43
CodeGenerationEventInfo
.Attach(result, modifiers.IsUnsafe);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationEventInfo.cs (5)
13
private static readonly ConditionalWeakTable<IEventSymbol,
CodeGenerationEventInfo
> s_eventToInfoMap = new();
21
var
info = new CodeGenerationEventInfo(isUnsafe);
25
private static
CodeGenerationEventInfo
GetInfo(IEventSymbol @event)
27
s_eventToInfoMap.TryGetValue(@event, out
var
info);
34
private static bool GetIsUnsafe(
CodeGenerationEventInfo
info)