13 references to VisualBasic
Microsoft.CodeAnalysis.Analyzers.UnitTests (13)
MetaAnalyzers\CompilerExtensionTargetFrameworkAnalyzerTests.cs (13)
130DefineFeature(ImplementationLanguage.VisualBasic, CompilerFeature.DiagnosticAnalyzer, SupportedLanguage.VisualBasic),
131GetTargetFrameworkAttribute(ImplementationLanguage.VisualBasic, supportedFramework),
147DefineFeature(ImplementationLanguage.VisualBasic, feature, SupportedLanguage.VisualBasic),
148GetTargetFrameworkAttribute(ImplementationLanguage.VisualBasic, SupportedTargetFramework.NetStandard2_0),
164DefineFeature(ImplementationLanguage.VisualBasic, feature, SupportedLanguage.VisualBasic),
165GetTargetFrameworkAttribute(ImplementationLanguage.VisualBasic, framework),
235ImplementationLanguage.VisualBasic => $"<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(\"{name}\", FrameworkDisplayName:=\"{displayName}\")>",
255ImplementationLanguage.VisualBasic => $"<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(\"{name}\", FrameworkDisplayName:=\"{displayName}\")>",
288(ImplementationLanguage.VisualBasic, SupportedLanguage.CSharpAndVisualBasic) => "LanguageNames.VisualBasic, LanguageNames.CSharp",
341(ImplementationLanguage.VisualBasic, CompilerFeature.DiagnosticAnalyzer) =>
356(ImplementationLanguage.VisualBasic, CompilerFeature.DiagnosticSuppressor) =>
371(ImplementationLanguage.VisualBasic, CompilerFeature.ISourceGenerator) =>
386(ImplementationLanguage.VisualBasic, CompilerFeature.IIncrementalGenerator) =>