/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/EditorFeatures/VisualBasicTest/Formatting/XmlLiterals.Designer.vb
698 строк
26 KB
CyrusNajmabadi
Remove usages of 'Foo' from our codebase. (#21224)
02 авг 2017, 02:44
02 авг 2017, 02:44
94ab292
Код
Авторство
О чём код?
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.17626 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '------------------------------------------------------------------------------ Option Strict On Option Explicit On Imports System Namespace My.Resources 'This class was auto-generated by the StronglyTypedResourceBuilder 'class via a tool like ResGen or Visual Studio. 'To add or remove a member, edit your .ResX file then rerun ResGen 'with the /str option, or rebuild your VS project. '''<summary> ''' A strongly-typed resource class, for looking up localized strings, etc. '''</summary> <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _ Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _ Friend Class XmlLiterals Private Shared resourceMan As Global.System.Resources.ResourceManager Private Shared resourceCulture As Global.System.Globalization.CultureInfo <Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")> _ Friend Sub New() MyBase.New End Sub '''<summary> ''' Returns the cached ResourceManager instance used by this class. '''</summary> <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ Friend Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager Get If Object.ReferenceEquals(resourceMan, Nothing) Then Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("XmlLiterals", GetType(XmlLiterals).Assembly) resourceMan = temp End If Return resourceMan End Get End Property '''<summary> ''' Overrides the current thread's CurrentUICulture property for all ''' resource lookups using this strongly typed resource class. '''</summary> <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ Friend Shared Property Culture() As Global.System.Globalization.CultureInfo Get Return resourceCulture End Get Set resourceCulture = value End Set End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Method() ''' Dim book = <book ''' $$version="goo" ''' /> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property EmptyElement1() As String Get Return ResourceManager.GetString("EmptyElement1", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Imports System '''Imports System.Collections.Generic '''Imports System.Linq ''' '''Module Program ''' Sub Main(args As String()) ''' Dim abc = <xml> ''' <video>video1</video> ''' </xml> ''' ''' Dim r = From q In abc...<video> _ ''' ''' End Sub '''End Module. '''</summary> Friend Shared ReadOnly Property IndentationTest1() As String Get Return ResourceManager.GetString("IndentationTest1", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Imports System '''Imports System.Collections.Generic '''Imports System.Linq ''' '''Module Program ''' Sub Main(args As String()) ''' Dim abc = <xml> ''' <video>video1</video> ''' </xml> ''' ''' Dim r = From q In abc...<video> ' comment ''' ''' End Sub '''End Module. '''</summary> Friend Shared ReadOnly Property IndentationTest2() As String Get Return ResourceManager.GetString("IndentationTest2", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Method(Optional ByVal i As Integer = 1) ''' Dim q = <xml> ''' <hello> ''' </hello> '''</xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property Test1_Input() As String Get Return ResourceManager.GetString("Test1_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Method(Optional ByVal i As Integer = 1) ''' Dim q = <xml> ''' <hello> ''' </hello> ''' </xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property Test1_Output() As String Get Return ResourceManager.GetString("Test1_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Method(Optional ByVal i As Integer = 1) ''' Dim q = <xml> ''' <!-- Test --> ''' <hello> ''' Test ''' <![CDATA[ ???? ]]> ''' </hello> ''' <!-- Test --> </xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property Test2_Input() As String Get Return ResourceManager.GetString("Test2_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Method(Optional ByVal i As Integer = 1) ''' Dim q = <xml> ''' <!-- Test --> ''' <hello> ''' Test ''' <![CDATA[ ???? ]]> ''' </hello> ''' <!-- Test --></xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property Test2_Output() As String Get Return ResourceManager.GetString("Test2_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Method(Optional ByVal i As Integer = 1) ''' Dim q = <xml> <!-- Test --> <hello> ''' Test ''' <![CDATA[ ???? ]]> ''' </hello> ''' <!-- Test --></xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property Test3_Input() As String Get Return ResourceManager.GetString("Test3_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Method(Optional ByVal i As Integer = 1) ''' Dim q = <xml><!-- Test --><hello> ''' Test ''' <![CDATA[ ???? ]]> ''' </hello> ''' <!-- Test --></xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property Test3_Output() As String Get Return ResourceManager.GetString("Test3_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Goo() ''' Dim xml = <xml><code><node></node></code></xml> ''' ''' Dim j = From node In xml.<code> ''' Select node.@att ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property Test4_Input() As String Get Return ResourceManager.GetString("Test4_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Goo() ''' Dim xml = <xml><code><node></node></code></xml> ''' ''' Dim j = From node In xml.<code> ''' Select node.@att ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property Test4_Output() As String Get Return ResourceManager.GetString("Test4_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to ''' <summary> '''''' ''' ''' </summary> '''Module Program ''' Sub Main(args As String()) ''' End Sub '''End Module. '''</summary> Friend Shared ReadOnly Property Test5_Input() As String Get Return ResourceManager.GetString("Test5_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to ''' <summary> '''''' '''''' </summary> '''Module Program ''' Sub Main(args As String()) ''' End Sub '''End Module. '''</summary> Friend Shared ReadOnly Property Test5_Output() As String Get Return ResourceManager.GetString("Test5_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' '''<summary> ''' ''' Test Method ''''''</summary> ''' Sub Method() ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property Test6_Input() As String Get Return ResourceManager.GetString("Test6_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' '''<summary> ''' ''' Test Method ''' '''</summary> ''' Sub Method() ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property Test6_Output() As String Get Return ResourceManager.GetString("Test6_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class CL ''' Dim d = <Code> '''$$</Code> '''End Class. '''</summary> Friend Shared ReadOnly Property TokenFormatter1() As String Get Return ResourceManager.GetString("TokenFormatter1", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Namespace NS ''' <ComClass("")> '''$$<CLSCompliant(False)> ''' Public Class CL ''' End Class '''End Namespace. '''</summary> Friend Shared ReadOnly Property TokenFormatter2() As String Get Return ResourceManager.GetString("TokenFormatter2", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Method() ''' Dim book = <book ''' version="goo" ''' > ''' </book> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property XmlElementStartTag1_Input() As String Get Return ResourceManager.GetString("XmlElementStartTag1_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Method() ''' Dim book = <book ''' version="goo" ''' > ''' </book> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property XmlElementStartTag1_Output() As String Get Return ResourceManager.GetString("XmlElementStartTag1_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Imports System '''Imports System.Collections.Generic '''Imports System.Linq ''' '''Module Program ''' Sub Main() ''' Dim book = </book > ''' GetXml( </book >) ''' End Sub '''End Module. '''</summary> Friend Shared ReadOnly Property XmlTest1_Input() As String Get Return ResourceManager.GetString("XmlTest1_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Imports System '''Imports System.Collections.Generic '''Imports System.Linq ''' '''Module Program ''' Sub Main() ''' Dim book = </book> ''' GetXml( </book>) ''' End Sub '''End Module. '''</summary> Friend Shared ReadOnly Property XmlTest1_Output() As String Get Return ResourceManager.GetString("XmlTest1_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Imports System '''Imports System.Collections.Generic '''Imports System.Linq ''' '''Module Program ''' Sub Main() ''' Dim book = <?xml version ="1.0"?><?fff fff?><!-- ffff --> '''$$<book/><!-- last comment! yeah :) --> ''' ''' End Sub '''End Module. '''</summary> Friend Shared ReadOnly Property XmlTest1_TokenFormat() As String Get Return ResourceManager.GetString("XmlTest1_TokenFormat", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Imports System '''Imports System.Collections.Generic '''Imports System.Linq ''' '''Module Program ''' Sub Main() ''' Dim book = <?xml version="1.0"?> ''' <?fff fff?> ''' <!-- ffff --> ''' <book/> ''' <!-- last comment! yeah :) --> ''' ''' End Sub '''End Module. '''</summary> Friend Shared ReadOnly Property XmlTest2_Input() As String Get Return ResourceManager.GetString("XmlTest2_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Imports System '''Imports System.Collections.Generic '''Imports System.Linq ''' '''Module Program ''' Sub Main() ''' Dim book = <?xml version="1.0"?> ''' <?fff fff?> ''' <!-- ffff --> ''' <book/> ''' <!-- last comment! yeah :) --> ''' ''' End Sub '''End Module. '''</summary> Friend Shared ReadOnly Property XmlTest2_Output() As String Get Return ResourceManager.GetString("XmlTest2_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Module Program ''' Sub Main() ''' Dim x = <?xml version="1.0"?> ''' <?blah?> ''' <xml></xml> ''' End Sub '''End Module. '''</summary> Friend Shared ReadOnly Property XmlTest3_Input() As String Get Return ResourceManager.GetString("XmlTest3_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Module Program ''' Sub Main() ''' Dim x = <?xml version="1.0"?> ''' <?blah?> ''' <xml></xml> ''' End Sub '''End Module. '''</summary> Friend Shared ReadOnly Property XmlTest3_Output() As String Get Return ResourceManager.GetString("XmlTest3_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Imports System '''Imports System.Collections.Generic '''Imports System.Linq ''' '''Module Program ''' Sub Main(args As String()) ''' Dim goo = _ ''' <LongBook> ''' <%= _ ''' From i In <were><a><b><c></c></b></a></were> _ ''' Where i IsNot Nothing _ ''' Select _ ''' <f> ''' <g> ''' <f> ''' [rest of string was truncated]";. '''</summary> Friend Shared ReadOnly Property XmlTest4_Input_Output() As String Get Return ResourceManager.GetString("XmlTest4_Input_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Method() ''' Dim q = <xml> ''' test <xml2><%= <xml3><xml4> ''' </xml4></xml3> ''' %></xml2> ''' </xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property XmlTest5_Input() As String Get Return ResourceManager.GetString("XmlTest5_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Method() ''' Dim q = <xml> ''' test <xml2><%= <xml3><xml4> ''' </xml4></xml3> ''' %></xml2> ''' </xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property XmlTest5_Output() As String Get Return ResourceManager.GetString("XmlTest5_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C2 ''' Sub Method() ''' Dim q = <xml> ''' tst <%= <xml2><xml3><xml4> ''' </xml4></xml3> ''' </xml2> ''' %> ''' </xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property XmlTest6_Input() As String Get Return ResourceManager.GetString("XmlTest6_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C2 ''' Sub Method() ''' Dim q = <xml> ''' tst <%= <xml2><xml3><xml4> ''' </xml4></xml3> ''' </xml2> ''' %> ''' </xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property XmlTest6_Output() As String Get Return ResourceManager.GetString("XmlTest6_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C22 ''' Sub Method() ''' Dim q = <xml> ''' tst '''<xml2><xml3><xml4> ''' </xml4></xml3> ''' </xml2> ''' </xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property XmlTest7_Input() As String Get Return ResourceManager.GetString("XmlTest7_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C22 ''' Sub Method() ''' Dim q = <xml> ''' tst '''<xml2><xml3><xml4> ''' </xml4></xml3> ''' </xml2> ''' </xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property XmlTest7_Output() As String Get Return ResourceManager.GetString("XmlTest7_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C223 ''' Sub Method() ''' Dim q = <xml> ''' <!-- --> ''' t ''' st '''<xml2><xml3><xml4> ''' </xml4></xml3> ''' </xml2> ''' </xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property XmlTest8_Input() As String Get Return ResourceManager.GetString("XmlTest8_Input", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C223 ''' Sub Method() ''' Dim q = <xml> ''' <!-- --> ''' t ''' st '''<xml2><xml3><xml4> ''' </xml4></xml3> ''' </xml2> ''' </xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property XmlTest8_Output() As String Get Return ResourceManager.GetString("XmlTest8_Output", resourceCulture) End Get End Property '''<summary> ''' Looks up a localized string similar to Class C ''' Sub Method() ''' Dim q = <xml> ''' <xml2><%= <xml3><xml4> ''' </xml4> '''$$</xml3> ''' %> ''' </xml2> ''' </xml> ''' End Sub '''End Class. '''</summary> Friend Shared ReadOnly Property XmlTest9() As String Get Return ResourceManager.GetString("XmlTest9", resourceCulture) End Get End Property End Class End Namespace