3 references to IsNullLiteralOperation
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\CustomMarshallerAttributeAnalyzer.cs (2)
650
if (managedTypeArgument.Value.
IsNullLiteralOperation
())
671
if (marshallerTypeArgument.Value.
IsNullLiteralOperation
())
Analyzers\NativeMarshallingAttributeAnalyzer.cs (1)
91
if (marshallerEntryPointTypeArgument.Value.
IsNullLiteralOperation
())