2 references to AssemblyCaches
Microsoft.Maui.Controls.SourceGen (2)
CodeBehindGenerator.cs (2)
239
return new
AssemblyCaches
(xmlnsDefinitions, internalsVisible);
758
public static readonly AssemblyCaches Empty =
new
(Array.Empty<XmlnsDefinitionAttribute>(), Array.Empty<IAssemblySymbol>());