1 write to m_fullName
AssemblyStripper (1)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil\AssemblyNameReference.cs (1)
175 m_fullName = sb.ToString ();
3 references to m_fullName
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil\AssemblyNameReference.cs (3)
152 if (m_fullName != null && !m_fullNameDiscarded) 153 return m_fullName; 177 return m_fullName;