1 instantiation of ILContextProvider
Microsoft.Maui.Controls.Build.Tasks (1)
ExpandMarkupsVisitor.cs (1)
99
provider.Add(typeof(ILContextProvider), new
ILContextProvider
(context));
4 references to ILContextProvider
Microsoft.Maui.Controls.Build.Tasks (4)
ExpandMarkupsVisitor.cs (4)
99
provider.Add(typeof(
ILContextProvider
), new ILContextProvider(context));
126
var
contextProvider = serviceProvider.GetService(typeof(
ILContextProvider
)) as
ILContextProvider
;