2 writes to _cachedMappers
Microsoft.Maui (2)
PropertyMapper.cs (2)
146
_cachedMappers
= null;
197
_cachedMappers
= cachedMappers;
1 reference to _cachedMappers
Microsoft.Maui (1)
PropertyMapper.cs (1)
29
Dictionary<string, Action<IElementHandler, IElement>?> CachedMappers =>
_cachedMappers
?? SnapshotMappers().CachedMappers;