1 write to currentAssembly
Microsoft.Maui.Controls.Xaml (1)
XamlServiceProvider.cs (1)
205
this.
currentAssembly
= currentAssembly;
2 references to currentAssembly
Microsoft.Maui.Controls.Xaml (2)
XamlServiceProvider.cs (2)
227
type = getTypeFromXmlName(xmlType, null,
currentAssembly
, out exception);
241
return getTypeFromXmlName(xmlType, xmlLineInfo,
currentAssembly
, out exception);