6 references to IsBaseOrIdentity
Microsoft.Gen.Logging (6)
Parsing\Parser.cs (5)
474.Where(x => x is not null && symbols.DataClassificationAttribute is not null && ParserUtilities.IsBaseOrIdentity(x, symbols.DataClassificationAttribute, symbols.Compilation)) 586IsLogger = !parsingState.FoundLogger && ParserUtilities.IsBaseOrIdentity(paramTypeSymbol, symbols.ILoggerSymbol, _compilation), 587IsException = !parsingState.FoundException && ParserUtilities.IsBaseOrIdentity(paramTypeSymbol, symbols.ExceptionSymbol, _compilation), 672if (ParserUtilities.IsBaseOrIdentity(typeSymbol, loggerSymbol, _compilation)) 716if (ParserUtilities.IsBaseOrIdentity(parameter.Type, loggerSymbol, _compilation))
Parsing\Parser.TagProvider.cs (1)
179return ParserUtilities.IsBaseOrIdentity(type, target, _compilation);