1 write to m_isShared
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\SynthesizedSymbols\SynthesizedConstructorBase.vb (1)
43m_isShared = isShared
3 references to m_isShared
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\SynthesizedSymbols\SynthesizedConstructorBase.vb (3)
61Return If(m_isShared, WellKnownMemberNames.StaticConstructorName, WellKnownMemberNames.InstanceConstructorName) 156Return m_isShared 192Return If(m_isShared, MethodKind.SharedConstructor, MethodKind.Constructor)