You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -84,18 +84,12 @@ namespace System.Text
|
||||
// Maximum number of characters that this instance of this fallback could return
|
||||
public override int MaxCharCount
|
||||
{
|
||||
#if !FEATURE_CORECLR
|
||||
[TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
|
||||
#endif
|
||||
get
|
||||
{
|
||||
return strDefault.Length;
|
||||
}
|
||||
}
|
||||
|
||||
#if !FEATURE_CORECLR
|
||||
[TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
|
||||
#endif
|
||||
public override bool Equals(Object value)
|
||||
{
|
||||
EncoderReplacementFallback that = value as EncoderReplacementFallback;
|
||||
|
Reference in New Issue
Block a user