12 instantiations of NotImplementedInReferenceAssemblyException
Microsoft.Maui.Essentials (12)
FilePicker\FilePicker.netstandard.watchos.tvos.cs (6)
10 => throw new NotImplementedInReferenceAssemblyException(); 16 => throw new NotImplementedInReferenceAssemblyException(); 19 => throw new NotImplementedInReferenceAssemblyException(); 22 => throw new NotImplementedInReferenceAssemblyException(); 25 => throw new NotImplementedInReferenceAssemblyException(); 28 => throw new NotImplementedInReferenceAssemblyException();
MediaPicker\MediaPicker.netstandard.watchos.tvos.cs (5)
12 throw new NotImplementedInReferenceAssemblyException(); 15 throw new NotImplementedInReferenceAssemblyException(); 18 throw new NotImplementedInReferenceAssemblyException(); 21 throw new NotImplementedInReferenceAssemblyException(); 24 throw new NotImplementedInReferenceAssemblyException();
Types\Shared\Exceptions.shared.cs (1)
9 new NotImplementedInReferenceAssemblyException();
2 references to NotImplementedInReferenceAssemblyException
Microsoft.Maui.Essentials (2)
Types\Shared\Exceptions.shared.cs (2)
8 internal static NotImplementedInReferenceAssemblyException NotSupportedOrImplementedException => 23 /// Initializes a new instance of the <see cref="NotImplementedInReferenceAssemblyException"/> class.