36 references to TokenType
AssemblyStripper (36)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Cil\CodeReader.cs (1)
188 switch (token.TokenType) {
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Metadata\Utilities.cs (13)
300 switch (token.TokenType) { 312 switch (token.TokenType) { 324 switch (token.TokenType) { 370 switch (token.TokenType) { 380 switch (token.TokenType) { 392 switch (token.TokenType) { 408 switch (token.TokenType) { 418 switch (token.TokenType) { 428 switch (token.TokenType) { 438 switch (token.TokenType) { 450 switch (token.TokenType) { 460 switch (token.TokenType) { 474 switch (token.TokenType) {
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\AggressiveReflectionReader.cs (9)
116 if (imRow.MemberForwarded.TokenType == TokenType.Method) { // should always be true 224 switch (semRow.Association.TokenType) { 266 if (implRow.MethodBody.TokenType == TokenType.Method) { 268 switch (implRow.MethodDeclaration.TokenType) { 297 switch (dsRow.Parent.TokenType) { 326 if (caRow.Type.TokenType == TokenType.Method) 338 switch (caRow.Parent.TokenType) { 391 switch (csRow.Parent.TokenType) { 425 switch (fmRow.Parent.TokenType) {
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (12)
220 Signature sig = m_sigReader.GetMemberRefSig (mrefRow.Class.TokenType, mrefRow.Signature); 221 switch (mrefRow.Class.TokenType) { 362 if (msRow.Method.TokenType == TokenType.Method) 364 else if (msRow.Method.TokenType == TokenType.MemberRef) 384 switch (token.TokenType) { 434 switch (token.TokenType) { 548 switch (type.ResolutionScope.TokenType) { 608 if (gpRow.Owner.TokenType == TokenType.Method) 610 else if (gpRow.Owner.TokenType == TokenType.TypeDef) 835 if (etRow.Implementation.TokenType != TokenType.ExportedType) 854 switch (scope.TokenType) { 1022 if (cmod.TypeDefOrRef.TokenType == TokenType.TypeDef)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\StructureReader.cs (1)
183 switch (mrRow.Implementation.TokenType) {