2 references to GetOrCreate
Microsoft.Extensions.Validation.ValidationsGenerator (2)
Parsers\ValidationsGenerator.AttributeParser.cs (1)
24
var wellKnownTypes = WellKnownTypes.
GetOrCreate
(context.SemanticModel.Compilation);
Parsers\ValidationsGenerator.EndpointsParser.cs (1)
46
var wellKnownTypes = WellKnownTypes.
GetOrCreate
(operation.SemanticModel.Compilation);