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