1 write to _start
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2438
_start
= current;
5 references to _start
PresentationBuildTasks (5)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (5)
2500
return _text.Substring(
_start
, _current -
_start
);
2509
int len = _current -
_start
;
2510
return len == value.Length && string.CompareOrdinal(value, 0, _text,
_start
, len) == 0;
2513
public int Start { get { return
_start
; } }