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