17 references to AssemblyRef
Mono.Cecil (17)
Mono.Cecil.Metadata\Utilities.cs (8)
105
token_type = TokenType.
AssemblyRef
; goto ret;
195
token_type = TokenType.
AssemblyRef
; goto ret;
219
token_type = TokenType.
AssemblyRef
; goto ret;
268
token_type = TokenType.
AssemblyRef
; goto ret;
366
case TokenType.
AssemblyRef
:
456
case TokenType.
AssemblyRef
:
480
case TokenType.
AssemblyRef
:
530
case TokenType.
AssemblyRef
:
Mono.Cecil\AssemblyNameReference.cs (2)
232
this.token = new MetadataToken (TokenType.
AssemblyRef
);
242
this.token = new MetadataToken (TokenType.
AssemblyRef
);
Mono.Cecil\AssemblyReader.cs (5)
612
reference.token = new MetadataToken (TokenType.
AssemblyRef
, i + 1);
740
} else if (implementation.TokenType == TokenType.
AssemblyRef
) {
1165
case TokenType.
AssemblyRef
:
2744
case TokenType.
AssemblyRef
:
2773
case TokenType.
AssemblyRef
:
Mono.Cecil\AssemblyWriter.cs (2)
1172
reference.token = new MetadataToken (TokenType.
AssemblyRef
, rid);
1274
case TokenType.
AssemblyRef
: