3 references to IdentifierNameIsIntPtrOrUIntPtr
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\CSharpPreventNumericIntPtrUIntPtrBehavioralChanges.cs (3)
57if (IdentifierNameIsIntPtrOrUIntPtr(type)) 75if (IdentifierNameIsIntPtrOrUIntPtr(castSyntax.Expression) || 76IdentifierNameIsIntPtrOrUIntPtr(castSyntax.Type))