10 references to Assembly
illink (1)
Linker\UnconditionalSuppressMessageAttributeState.cs (1)
268
case TokenType.
Assembly
:
Mono.Cecil (9)
Mono.Cecil.Metadata\Utilities.cs (6)
103
token_type = TokenType.
Assembly
; goto ret;
139
token_type = TokenType.
Assembly
; goto ret;
266
token_type = TokenType.
Assembly
; goto ret;
364
case TokenType.
Assembly
:
400
case TokenType.
Assembly
:
528
case TokenType.
Assembly
:
Mono.Cecil\AssemblyDefinition.cs (1)
37
get { return new MetadataToken (TokenType.
Assembly
, 1); }
Mono.Cecil\AssemblyNameDefinition.cs (2)
23
this.token = new MetadataToken (TokenType.
Assembly
, 1);
29
this.token = new MetadataToken (TokenType.
Assembly
, 1);