File: src\e0f3bd150bf7b182\System.Windows.Forms.Analyzers.CodeFixes.Resources.SR.vb
Project: src\winforms\src\System.Windows.Forms.Analyzers.CodeFixes.VisualBasic\System.Windows.Forms.Analyzers.CodeFixes.VisualBasic.vbproj (System.Windows.Forms.Analyzers.CodeFixes.VisualBasic)
' <auto-generated>
Imports System.Reflection
 
 
Namespace System.Windows.Forms.Analyzers.CodeFixes.Resources
    Friend Partial Class SR
        Private Sub New
        End Sub
        
        Private Shared s_resourceManager As Global.System.Resources.ResourceManager
        Friend Shared ReadOnly Property ResourceManager As Global.System.Resources.ResourceManager
            Get
                If s_resourceManager Is Nothing Then
                    s_resourceManager = New Global.System.Resources.ResourceManager(GetType(SR))
                End If
                Return s_resourceManager
            End Get
        End Property
        Friend Shared Property Culture As Global.System.Globalization.CultureInfo
        <Global.System.Runtime.CompilerServices.MethodImpl(Global.System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)>
        Friend Shared Function GetResourceString(ByVal resourceKey As String, Optional ByVal defaultValue As String = Nothing) As String
            Return ResourceManager.GetString(resourceKey, Culture)
        End Function
        ''' <summary>Add DesignerSerializationVisibilityAttribute to property</summary>
        Friend Shared ReadOnly Property [AddDesignerSerializationVisibilityCodeFixTitle] As String
          Get
            Return GetResourceString("AddDesignerSerializationVisibilityCodeFixTitle")
          End Get
        End Property
 
    End Class
End Namespace