2 references to IsPublic
illink (1)
Linker.Steps\RootAssemblyInputStep.cs (1)
179
return type.
IsPublic
|| type.IsNestedPublic || type.IsNestedFamily || type.IsNestedFamilyOrAssembly;
Microsoft.Maui.Controls.Build.Tasks (1)
TypeDefinitionExtensions.cs (1)
63
if (self.
IsPublic
|| self.IsNestedPublic)