Microsoft.VisualBasic/runtime/msvbalib/Helpers/ExceptionUtils.vb (4 lines): - line 168: Friend NotInheritable Class ExceptionUtils 'FIXME: - line 567: 'FIXME _ - line 587: 'FIXME: - line 597: 'FIXME: Microsoft.VisualBasic/runtime/msvbalib/Helpers/Attributes.vb (4 lines): - line 19: Friend NotInheritable Class StandardModuleAttribute 'FIXME: System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)> - line 42: Friend NotInheritable Class OptionTextAttribute 'FIXME: - line 67: Public NotInheritable Class OptionCompareAttribute 'FIXME: System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)> - line 97: Public NotInheritable Class DesignerGeneratedAttribute 'FIXME: Microsoft.Bcl/System.Threading.Tasks.v1.5/System/Threading/Tasks/Task.cs (4 lines): - line 153: internal TaskScheduler m_taskScheduler; // The task scheduler this task runs under. @TODO: is this required? - line 491: // TODO: the check in the second line seems unnecessary - we already explicitly wait for replicating tasks - line 1306: // @TODO: do we want to faithfully return 'true' if the task ran on the same - line 1312: // @TODO: can this be retrieved from TLS instead of storing it? Microsoft.VisualBasic/runtime.latebinder/helpers/Utils.vb (3 lines): - line 21: 'FIXME: - line 312: 'FIXME: - line 1230: Throw new InvalidOperationException() 'FIXME: System.Enum.GetName() is not supported on TELESTO System/net/System/Net/Configuration/RequestCachingSection.cs (3 lines): - line 162: //ROTORTODO: Review // IE caching - line 163: //CORIOLISTODO: Review // IE caching - line 211: throw new NotImplementedException("ROTORTODO - RequestCaching - IE caching"); Microsoft.VisualBasic/runtime/msvbalib/Helpers/Operators.vb (3 lines): - line 18: 'FIXME: - line 6239: 'runtime could try to call this. There was a TODO to remove this during Whidbey but it's just as well they didn't because it would have toasted - line 6745: 'TODO: Handle cases where pattern could be replicated in the source. Microsoft.VisualBasic/runtime/msvbalib/Helpers/LikeOperator.vb (2 lines): - line 20: 'FIXME: _ - line 1573: 'TODO - rename PGPrevMismatchIndex to something more appropriate, it is actually the match before the first mismatch System.Web/Configuration/BrowserCapabilitiesCodeGenerator.cs (2 lines): - line 787: //TODO: don't actually generate the code, just compile it in memory - line 810: //TODO: do not use interim file: CompileAssemblyFromDom instead System.Web/Configuration/RemoteWebConfigurationHost.cs (2 lines): - line 325: // ROTORTODO: COM Objects are not implemented. - line 326: // CORIOLISTODO: COM Objects are not implemented. Microsoft.CSharp/Microsoft/CSharp/ManagedBinder/Semantics/Operators.cs (2 lines): - line 1451: // TODO: This seems like it can never be reached - exprVal is only valid if - line 3124: * TODO: How do we get here? System.Web/Compilation/CompilationLock.cs (2 lines): - line 32: // ROTORTODO: replace unmanaged aspnet_isapi mutex with managed implementation - line 191: //@TODO: This overload of Monitor.Enter is obsolete. Please change this to use Monitor.Enter(ref bool), and remove the pragmas -- Microsoft Microsoft.VisualBasic/runtime/msvbalib/Helpers/FlowControl.vb (2 lines): - line 369: 'FIXME: - line 398: Public NotInheritable Class ForLoopControl 'FIXME: Microsoft.VisualBasic/runtime/msvbalib/Helpers/StaticLocals.vb (2 lines): - line 6: 'FIXME: - line 17: 'FIXME: Microsoft.CSharp/Microsoft/CSharp/ExpressionTreeCallRewriter.cs (2 lines): - line 218: // TODO: What do we do with the initializer? - line 224: * // TODO: Do we need to do this? System.Web/UI/WebControls/Adapters/WmlPhoneLinkAdapter.cs (2 lines): - line 45: // TODO: Replace hard coded string key. - line 57: // TODO: Replace hard coded string key. System.Web/UI/WebControls/Adapters/WmlBulletedListAdapter.cs (2 lines): - line 35: // TODO: if index == 0, set accesskey. Needs a new RenderBeginHyperlink method. - line 48: // TODO: if index == 0, set accesskey. Needs a new RenderPostBackEvent method. Microsoft.VisualBasic/runtime/msvbalib/Helpers/ProjectData.vb (1 line): - line 73: 'FIXME: Microsoft.VisualBasic/runtime/msvbalib/Helpers/ForEachEnum.vb (1 line): - line 14: Friend NotInheritable Class ForEachEnum 'FIXME: System.Data/fx/src/data/System/Data/SqlClient/SqlInternalConnectionTds.cs (1 line): - line 2117: _currentLanguage = rec.newValue; // TODO: finish this. System.Web/Util/SecUtil.cs (1 line): - line 33: // ROTORTODO: enable Process.MainModule or support an alternative Microsoft.VisualBasic/runtime/msvbalib/Globals.vb (1 line): - line 427: 'FIXME _ mscorlib/system/resources/looselylinkedresourcereference.cs (1 line): - line 68: // @TODO: Consider making this lookup case-insensitive for VB. System.Data/System/Data/SqlClient/SqlInternalConnectionTds.cs (1 line): - line 2111: _currentLanguage = rec.newValue; // TODO: finish this. Microsoft.CSharp/Microsoft/CSharp/SymbolTable.cs (1 line): - line 159: // TODO: What about named indexers? Microsoft.VisualBasic/runtime/msvbalib/Helpers/Versioned.vb (1 line): - line 11: 'FIXME: _ System.Workflow.ComponentModel/AuthoringOM/RuleDeclaration.cs (1 line): - line 13: //TODO: remove this inheritence, when event binding service line UseMethod and FreeMethod methods are fixed. System.Web.Mobile/UI/MobileControls/Design/Util/InterchangeableLists.cs (1 line): - line 48: // TODO: Add any initialization after the InitForm call mscorlib/microsoft/win32/oavariantlib.cs (1 line): - line 90: // @CORESYSTODO: what does CoreSystem expect for this argument? Microsoft.CSharp/Microsoft/CSharp/ManagedBinder/Semantics/MemberLookupResults.cs (1 line): - line 41: public CMethodIterator GetMethodIterator(// TODO: Temporary until we move extension method reporting to a later time. System.Web/Compilation/ObjectFactoryCodeDomTreeGenerator.cs (1 line): - line 61: // CORIOLISTODO: Unix file system Microsoft.CSharp/Microsoft/CSharp/ManagedBinder/Semantics/Types/PredefinedTypes.cs (1 line): - line 15: // TODO: make sure this is the correct declarations System.Web/UI/WebControls/Adapters/WmlRadioButtonAdapter.cs (1 line): - line 151: //TODO : Check all controls on page Microsoft.VisualBasic/runtime/msvbalib/Helpers/StringType.vb (1 line): - line 679: 'TODO: Handle cases where pattern could be replicated in the source. System.ServiceModel.Activities/System/ServiceModel/MessageQuerySet.cs (1 line): - line 19: Justification = "TODO 87908, We can consider not deriving from Dictionary")] System/net/System/Net/HttpWebRequest.cs (1 line): - line 685: #if FEATURE_PAL // ROTORTODO: Remove this after re-enabling methods and op-overloads System.Web.Extensions/Script/Sys/Net/WebRequestManager.js (1 line): - line 67: // TODO: Optimize this by caching the type System.Web/Compilation/ResXBuildProvider.cs (1 line): - line 28: throw new NotImplementedException("ROTORTODO - ResXResourceReader"); Microsoft.VisualBasic/runtime/msvbalib/Collection.vb (1 line): - line 252: 'FIXME: Microsoft.VisualBasic/runtime/msvbalib/Helpers/Conversions.vb (1 line): - line 18: Public NotInheritable Class Conversions 'FIXME: System.Workflow.ComponentModel/AuthoringOM/Design/WorkflowView.cs (1 line): - line 1657: //THEMETODO: WE JUST NEED TO GRAYSCALE THIS, RATHER THAN DRAWING A SHADOW Microsoft.CSharp/Microsoft/CSharp/ManagedBinder/Semantics/Symbols/SymbolManagerBase.cs (1 line): - line 382: // TODO: define this method System.Xml/System/Xml/Cache/XPathDocumentView.cs (1 line): - line 609: // TODO: Microsoft.CSharp/Microsoft/CSharp/ManagedBinder/Semantics/SubstitutionContext.cs (1 line): - line 25: // TODO: Make this a struct Microsoft.CSharp/Microsoft/CSharp/ManagedBinder/Semantics/Types/TypeManager.cs (1 line): - line 1321: // InternalsVisibleTo. The alternative is to crash when this happens. (TODO: can I ask System/net/System/Net/WebRequest.cs (1 line): - line 39: #if FEATURE_PAL // ROTORTODO - after speed ups (like real JIT and GC) remove this one Microsoft.VisualBasic/runtime/msvbalib/Helpers/VBResourceID.vb (1 line): - line 21: 'FIXME: _ System.Messaging/System/Messaging/MessageQueueTransaction.cs (1 line): - line 122: //@TODO: This overload of Monitor.Enter is obsolete. Please change this to use Monitor.Enter(ref bool), and remove the pragmas -- ericeil System.ServiceModel.Activities/System/ServiceModel/CorrelationQuery.cs (1 line): - line 26: Justification = "TODO 87762, remove the set")] System.Web/UnsafeNativeMethods.cs (1 line): - line 311: // ROTORTODO - PAL should supply GetProcessAffinityMask System.ServiceModel.Activities/SuppressMessages.cs (1 line): - line 9: // TODO, 47676, see the TODO on BookmarkNameHelper.CreateBookmarkName Microsoft.VisualBasic/runtime/msvbalib/Helpers/NewLateBinder.vb (1 line): - line 31: 'FIXME: System/net/System/Net/_LoggingObject.cs (1 line): - line 889: #if FEATURE_PAL // ROTORTODO - after speedups (like real JIT and GC) remove this System.Web.Extensions/ui/AsyncPostBackTrigger.cs (1 line): - line 141: Justification="TODO: This will be fixed in fc_serverfx")]