8 references to ValidationsGenerator
Microsoft.Extensions.Validation.ValidationsGenerator (8)
Analyzers\ValidationsDiagnosticAnalyzer.cs (5)
122if (ValidationsGenerator.ShouldSkipProperty(property, wellKnownTypes, skipValidationAttributeSymbol, jsonIgnoreAttributeSymbol)) 129(ValidationsGenerator.HasValidationAttributes(property, wellKnownTypes) || 143if (ValidationsGenerator.HasValidationAttributes(type, wellKnownTypes) || 144ValidationsGenerator.HasIValidatableObjectInterface(type, wellKnownTypes)) 156if (ValidationsGenerator.HasValidationAttributes(property, wellKnownTypes))
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;