1 write to m_baseType
AssemblyStripper (1)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\TypeDefinition.cs (1)
56 set { m_baseType = value; }
6 references to m_baseType
AssemblyStripper (6)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\TypeDefinition.cs (6)
55 get { return m_baseType; } 444 get { return m_baseType != null && m_baseType.FullName == Constants.Enum; } 449 return m_baseType != null && ((m_baseType.FullName == Constants.Enum) || 450 (m_baseType.FullName == Constants.ValueType && this.FullName != Constants.Enum));