4 references to OwnerIsInMemoryAssembly
System.Windows.Forms (4)
System\Windows\Forms\Control.ControlVersionInfo.cs (4)
39if ((_companyName is null || _companyName.Length == 0) && !OwnerIsInMemoryAssembly) 86if ((_productName is null || _productName.Length == 0) && !OwnerIsInMemoryAssembly) 135if ((_productVersion is null || _productVersion.Length == 0) && !OwnerIsInMemoryAssembly) 159[RequiresAssemblyFiles($"Throws if {nameof(_owner)} is an in-memory assembly. Check {nameof(OwnerIsInMemoryAssembly)} first")]