|
' <auto-generated>
Imports System.Reflection
Friend Partial Class VisualBasicAnalyzersResources
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(VisualBasicAnalyzersResources))
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>Imports statement is unnecessary.</summary>
Friend Shared ReadOnly Property [Imports_statement_is_unnecessary] As String
Get
Return GetResourceString("Imports_statement_is_unnecessary")
End Get
End Property
''' <summary>Use 'Is Nothing' check</summary>
Friend Shared ReadOnly Property [Use_Is_Nothing_check] As String
Get
Return GetResourceString("Use_Is_Nothing_check")
End Get
End Property
''' <summary>Use 'IsNot Nothing' check</summary>
Friend Shared ReadOnly Property [Use_IsNot_Nothing_check] As String
Get
Return GetResourceString("Use_IsNot_Nothing_check")
End Get
End Property
''' <summary>'If' statement can be simplified</summary>
Friend Shared ReadOnly Property [If_statement_can_be_simplified] As String
Get
Return GetResourceString("If_statement_can_be_simplified")
End Get
End Property
''' <summary>'ByVal' keyword is unnecessary and can be removed.</summary>
Friend Shared ReadOnly Property [Remove_ByVal] As String
Get
Return GetResourceString("Remove_ByVal")
End Get
End Property
''' <summary>'GetType' can be converted to 'NameOf'</summary>
Friend Shared ReadOnly Property [GetType_can_be_converted_to_NameOf] As String
Get
Return GetResourceString("GetType_can_be_converted_to_NameOf")
End Get
End Property
''' <summary>Use 'IsNot' expression</summary>
Friend Shared ReadOnly Property [Use_IsNot_expression] As String
Get
Return GetResourceString("Use_IsNot_expression")
End Get
End Property
''' <summary>Object creation can be simplified</summary>
Friend Shared ReadOnly Property [Object_creation_can_be_simplified] As String
Get
Return GetResourceString("Object_creation_can_be_simplified")
End Get
End Property
End Class
|