1 instantiation of CodeGenerationEventInfo
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationEventInfo.cs (1)
21var info = new CodeGenerationEventInfo(isUnsafe);
6 references to CodeGenerationEventInfo
Text.Analyzers (6)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationSymbolFactory.cs (1)
38CodeGenerationEventInfo.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)