2 writes to _rootPath
Microsoft.Maui (2)
Fonts\FileSystemEmbeddedFontLoader.cs (2)
25
_rootPath
= rootPath ?? throw new ArgumentNullException(nameof(rootPath));
48
return
_rootPath
??= _getRootPath!();
2 references to _rootPath
Microsoft.Maui (2)
Fonts\FileSystemEmbeddedFontLoader.cs (2)
46
Debug.Assert(
_rootPath
!= null || _getRootPath != null, $"The ctor should have set either {nameof(
_rootPath
)} or {nameof(_getRootPath)}.");