1 write to _getRootPath
Microsoft.Maui (1)
Fonts\FileSystemEmbeddedFontLoader.cs (1)
38 _getRootPath = getRootPath;
3 references to _getRootPath
Microsoft.Maui (3)
Fonts\FileSystemEmbeddedFontLoader.cs (3)
46 Debug.Assert(_rootPath != null || _getRootPath != null, $"The ctor should have set either {nameof(_rootPath)} or {nameof(_getRootPath)}."); 48 return _rootPath ??= _getRootPath!();