20 implementations of ToInt32
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
Microsoft.Build.Engine.UnitTests (1)
Microsoft.Gen.Logging.Generated.Tests (1)
System.Private.CoreLib (17)
103 references to ToInt32
dotnet-svcutil-lib (2)
GenerateDocumentationAndConfigFiles (1)
Metrics (1)
Metrics.Legacy (1)
Microsoft.Build.Engine.UnitTests (1)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.VisualBasic.Core (63)
Microsoft\VisualBasic\CompilerServices\ObjectType.vb (35)
524Return ObjTstInt32(conv1.ToInt32(Nothing), 0)
527Return ObjTstInt32(0, conv2.ToInt32(Nothing))
686Return ObjTstInt32(conv1.ToInt32(Nothing), conv2.ToInt32(Nothing))
689Return ObjTstInt32(conv1.ToInt32(Nothing), ToVBBool(conv2))
692Return ObjTstInt32(ToVBBool(conv1), conv2.ToInt32(Nothing))
993Int64Result = -CType(conv.ToInt32(Nothing), Int64)
1162int32Value = Not iconv.ToInt32(Nothing)
1684Return AddInt32(conv1.ToInt32(Nothing), conv2.ToInt32(Nothing))
1687Return AddInt32(conv1.ToInt32(Nothing), ToVBBool(conv2))
1690Return AddInt32(ToVBBool(conv1), conv2.ToInt32(Nothing))
1983Return SubInt32(conv1.ToInt32(Nothing), conv2.ToInt32(Nothing))
1986Return SubInt32(conv1.ToInt32(Nothing), ToVBBool(conv2))
1989Return SubInt32(ToVBBool(conv1), conv2.ToInt32(Nothing))
2285Return MulInt32(conv1.ToInt32(Nothing), conv2.ToInt32(Nothing))
2288Return MulInt32(conv1.ToInt32(Nothing), ToVBBool(conv2))
2291Return MulInt32(ToVBBool(conv1), conv2.ToInt32(Nothing))
2800Return ModInt32(conv1.ToInt32(Nothing), 0)
2824Return ModInt32(0, conv2.ToInt32(Nothing))
2925Return ModInt32(conv1.ToInt32(Nothing), conv2.ToInt32(Nothing))
2928Return ModInt32(conv1.ToInt32(Nothing), ToVBBool(conv2))
2931Return ModInt32(ToVBBool(conv1), conv2.ToInt32(Nothing))
3143Return IDivideInt32(conv1.ToInt32(Nothing), 0)
3161Return IDivideInt32(0, conv2.ToInt32(Nothing))
3175Return IDivideInt32(ToVBBool(conv1), conv2.ToInt32(Nothing))
3195Return IDivideInt32(conv1.ToInt32(Nothing), ToVBBool(conv2))
3217Return IDivideInt32(conv1.ToInt32(Nothing), conv2.ToInt32(Nothing))
3366Return conv1.ToInt32(Nothing) << amount
3403Return conv1.ToInt32(Nothing) >> amount
3659Return iconv.ToInt32(Nothing)
Roslyn.Diagnostics.Analyzers (1)
System.CodeDom (1)
System.Data.Common (5)
System.Data.Odbc (1)
System.Net.Http (1)
System.Private.CoreLib (8)
System.Windows.Forms.Design (5)
Test.Utilities (1)
Text.Analyzers (1)