1 instantiation of CodeGenerationEventInfo
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationEventInfo.cs (1)
22var info = new CodeGenerationEventInfo(isUnsafe);
7 references to CodeGenerationEventInfo
Microsoft.CodeAnalysis.CodeStyle.Fixes (6)
CodeGenerationEventInfo.cs (5)
13private static readonly ConditionalWeakTable<IEventSymbol, CodeGenerationEventInfo> s_eventToInfoMap = 22var info = new CodeGenerationEventInfo(isUnsafe); 26private static CodeGenerationEventInfo GetInfo(IEventSymbol @event) 28s_eventToInfoMap.TryGetValue(@event, out var info); 35private static bool GetIsUnsafe(CodeGenerationEventInfo info)
CodeGenerationSymbolFactory.cs (1)
43CodeGenerationEventInfo.Attach(result, modifiers.IsUnsafe);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
EventGenerator.cs (1)
238if (CodeGenerationEventInfo.GetIsUnsafe(@event))