6 references to AttributeProcessors
Microsoft.Gen.Logging (6)
Parsing\Parser.cs (2)
370var (eventId, level, message, eventName, skipEnabledCheck) = AttributeProcessors.ExtractLoggerMessageAttributeValues(attr, symbols); 573? AttributeProcessors.ExtractTagNameAttributeValues(tagNameAttribute)
Parsing\Parser.LogProperties.cs (2)
49(lp.SkipNullProperties, lp.OmitReferenceName, bool transitive) = AttributeProcessors.ExtractLogPropertiesAttributeValues(logPropertiesAttribute); 192? AttributeProcessors.ExtractTagNameAttributeValues(tagNameAttribute)
Parsing\Parser.TagProvider.cs (2)
28(lp.OmitReferenceName, var providerType, var providerMethodName) = AttributeProcessors.ExtractTagProviderAttributeValues(tagProviderAttribute); 56(lp.OmitReferenceName, var providerType, var providerMethodName) = AttributeProcessors.ExtractTagProviderAttributeValues(tagProviderAttribute);