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