3 instantiations of NotNull
Microsoft.Build.Tasks.CodeAnalysis (3)
Debug.cs (1)
23
public static void AssertNotNull<T>([
NotNull
] T value)
ReflectionUtilities.cs (2)
31
public static Type? TryGetType([
NotNull
] ref Type? lazyType, string assemblyQualifiedName)
57
public static Type? GetTypeFromEither([
NotNull
] ref Type? lazyType, string contractName, string desktopName)