1 write to Properties
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
929Interlocked.CompareExchange(ref defs.Properties, new ConcurrentQueue<Cci.IPropertyDefinition>(), null);
5 references to Properties
Microsoft.CodeAnalysis (5)
Emit\CommonPEModuleBuilder.cs (5)
850if (Properties != null) 852foreach (var property in Properties) 927if (defs.Properties == null) 932defs.Properties.Enqueue(property); 977=> _synthesizedTypeMembers.TryGetValue(container, out var defs) ? defs.Properties : null;