3 references to Retargetable
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\AssemblyNameReference.cs (3)
105 get { return (m_flags & AssemblyFlags.Retargetable) != 0; } 108 m_flags |= AssemblyFlags.Retargetable; 110 m_flags &= ~AssemblyFlags.Retargetable;