9 references to ToFullWidth
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (9)
Parser\ParseAttributes.vb (2)
37
ParseModuleOrAssemblyAttribute("<Assembly:A>".
ToFullWidth
(), isFullWidth:=True)
38
ParseModuleOrAssemblyAttribute("<Module:A>".
ToFullWidth
(), isFullWidth:=True)
Parser\ParseStatements.vb (2)
6134
]]>.Value.
ToFullWidth
()
6152
]]>.Value.
ToFullWidth
()
Parser\ParseXml.vb (5)
3721
]]>.Value.Replace("<",
ToFullWidth
("<")),
3730
]]>.Value.Replace("<%",
ToFullWidth
("<%")),
3739
]]>.Value.Replace("<%=",
ToFullWidth
("<%=")),
3748
]]>.Value.Replace("%>",
ToFullWidth
("%") & ">"),
3756
]]>.Value.Replace("%>",
ToFullWidth
("%>")),