2 references to s_propertyToInfoMap
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationPropertyInfo.cs (2)
36
s_propertyToInfoMap
.Add(property, info);
41
s_propertyToInfoMap
.TryGetValue(property, out var info);