3 references to ValidationsGenerator
Microsoft.Extensions.Validation.ValidationsGenerator (3)
Emitters\ValidationsGenerator.Emitter.cs (2)
15public static string GeneratedCodeConstructor => $@"global::System.CodeDom.Compiler.GeneratedCodeAttribute(""{typeof(ValidationsGenerator).Assembly.FullName}"", ""{typeof(ValidationsGenerator).Assembly.GetName().Version}"")";
Emitters\ValidationsGenerator.InfoClasses.Emitter.cs (1)
39var assembly = typeof(ValidationsGenerator).Assembly;