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