13 references to VisualBasic
Microsoft.CodeAnalysis.Analyzers.UnitTests (13)
MetaAnalyzers\CompilerExtensionTargetFrameworkAnalyzerTests.cs (13)
137DefineFeature(ImplementationLanguage.VisualBasic, CompilerFeature.DiagnosticAnalyzer, SupportedLanguage.VisualBasic),
138GetTargetFrameworkAttribute(ImplementationLanguage.VisualBasic, supportedFramework),
156DefineFeature(ImplementationLanguage.VisualBasic, feature, SupportedLanguage.VisualBasic),
157GetTargetFrameworkAttribute(ImplementationLanguage.VisualBasic, SupportedTargetFramework.NetStandard2_0),
175DefineFeature(ImplementationLanguage.VisualBasic, feature, SupportedLanguage.VisualBasic),
176GetTargetFrameworkAttribute(ImplementationLanguage.VisualBasic, framework),
247ImplementationLanguage.VisualBasic => $"<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(\"{name}\", FrameworkDisplayName:=\"{displayName}\")>",
267ImplementationLanguage.VisualBasic => $"<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(\"{name}\", FrameworkDisplayName:=\"{displayName}\")>",
300(ImplementationLanguage.VisualBasic, SupportedLanguage.CSharpAndVisualBasic) => "LanguageNames.VisualBasic, LanguageNames.CSharp",
353(ImplementationLanguage.VisualBasic, CompilerFeature.DiagnosticAnalyzer) =>
368(ImplementationLanguage.VisualBasic, CompilerFeature.DiagnosticSuppressor) =>
383(ImplementationLanguage.VisualBasic, CompilerFeature.ISourceGenerator) =>
398(ImplementationLanguage.VisualBasic, CompilerFeature.IIncrementalGenerator) =>