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