1 write to Length
NuGet.LibraryModel (1)
LibraryDependencyTargetUtils.cs (1)
175
Length
= end - start + 1,
16 references to Length
NuGet.LibraryModel (16)
LibraryDependencyTargetUtils.cs (16)
31
if (segment.
Length
== 0)
52
if (segment.
Length
> 0)
79
if ("package".Length == flag.
Length
&& string.Compare(flag.String, flag.Start, "package", 0, flag.
Length
, StringComparison.OrdinalIgnoreCase) == 0)
83
else if ("project".Length == flag.
Length
&& string.Compare(flag.String, flag.Start, "project", 0, flag.
Length
, StringComparison.OrdinalIgnoreCase) == 0)
87
else if ("externalproject".Length == flag.
Length
&& string.Compare(flag.String, flag.Start, "externalproject", 0, flag.
Length
, StringComparison.OrdinalIgnoreCase) == 0)
91
else if ("reference".Length == flag.
Length
&& string.Compare(flag.String, flag.Start, "reference", 0, flag.
Length
, StringComparison.OrdinalIgnoreCase) == 0)
95
else if ("assembly".Length == flag.
Length
&& string.Compare(flag.String, flag.Start, "assembly", 0, flag.
Length
, StringComparison.OrdinalIgnoreCase) == 0)
99
else if ("winmd".Length == flag.
Length
&& string.Compare(flag.String, flag.Start, "winmd", 0, flag.
Length
, StringComparison.OrdinalIgnoreCase) == 0)
103
else if ("all".Length == flag.
Length
&& string.Compare(flag.String, flag.Start, "all", 0, flag.
Length
, StringComparison.OrdinalIgnoreCase) == 0)