22 references to IsNullOrEmpty
Mono.Cecil (16)
Mono.Cecil.Cil\Symbols.cs (1)
50
get { return !entries.
IsNullOrEmpty
(); }
Mono.Cecil.PE\ImageWriter.cs (1)
801
if (public_key.
IsNullOrEmpty
())
Mono.Cecil\AssemblyNameReference.cs (3)
87
HasPublicKey = !public_key.
IsNullOrEmpty
();
95
if (public_key_token == null && !public_key.
IsNullOrEmpty
()) {
152
if (!pk_token.
IsNullOrEmpty
() && pk_token.Length > 0) {
Mono.Cecil\AssemblyWriter.cs (4)
1026
if (blob.
IsNullOrEmpty
())
1155
var key_or_token = reference.PublicKey.
IsNullOrEmpty
()
1234
if (hash.
IsNullOrEmpty
())
1632
if (!field.InitialValue.
IsNullOrEmpty
())
Mono.Cecil\FieldDefinition.cs (1)
116
HasFieldRVA = !initial_value.
IsNullOrEmpty
();
Mono.Cecil\Import.cs (1)
562
var pk_token = !name.PublicKeyToken.
IsNullOrEmpty
()
Mono.Cecil\TypeParser.cs (5)
69
if (!nested_names.
IsNullOrEmpty
()) {
264
if (specs.
IsNullOrEmpty
())
296
if (generic_arguments.
IsNullOrEmpty
())
332
if (nested_names.
IsNullOrEmpty
())
380
if (!nested_names.
IsNullOrEmpty
()) {
Mono.Cecil.Pdb (6)
Mono.Cecil.Pdb\NativePdbReader.cs (5)
110
symbol.scope = !function.scopes.
IsNullOrEmpty
()
169
if (!scope.slots.
IsNullOrEmpty
()) {
184
if (!scope.constants.
IsNullOrEmpty
()) {
199
if (!scope.usedNamespaces.
IsNullOrEmpty
()) {
252
if (scope.usedNamespaces.
IsNullOrEmpty
())
Mono.Cecil.Pdb\NativePdbWriter.cs (1)
249
if (!document.Hash.
IsNullOrEmpty
())