2 references to NotNullWhen
Microsoft.AspNetCore.OpenApi.SourceGenerators (2)
Helpers\ISymbolExtensions.cs (2)
129
static bool TryFindLooseMatch(ISymbol symbol, INamedTypeSymbol baseType, [
NotNullWhen
(true)] out ISymbol? looseMatch)
168
public static bool IsOverridable([
NotNullWhen
(true)] this ISymbol? symbol)