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