Merge pull request #7314 from michaelnebel/csharp-stubs-dataflow-global

C#: Update tests dataflow/global tests to use stubs.
This commit is contained in:
Michael Nebel
2021-12-09 16:31:39 +01:00
committed by GitHub
9 changed files with 62 additions and 432 deletions

View File

@@ -2,40 +2,5 @@
* The default C# QL library.
*/
import Customizations
import semmle.code.csharp.Attribute
import semmle.code.csharp.Callable
import semmle.code.csharp.Comments
import semmle.code.csharp.Element
import semmle.code.csharp.Event
import semmle.code.csharp.File
import semmle.code.csharp.Generics
import semmle.code.csharp.Location
import semmle.code.csharp.Member
import semmle.code.csharp.Namespace
import semmle.code.csharp.AnnotatedType
import semmle.code.csharp.Property
import semmle.code.csharp.Stmt
import semmle.code.csharp.Type
import semmle.code.csharp.Using
import semmle.code.csharp.Variable
import semmle.code.csharp.XML
import semmle.code.csharp.Preprocessor
import semmle.code.csharp.exprs.Access
import semmle.code.csharp.exprs.ArithmeticOperation
import semmle.code.csharp.exprs.Assignment
import semmle.code.csharp.exprs.BitwiseOperation
import semmle.code.csharp.exprs.Call
import semmle.code.csharp.exprs.ComparisonOperation
import semmle.code.csharp.exprs.Creation
import semmle.code.csharp.exprs.Dynamic
import semmle.code.csharp.exprs.Expr
import semmle.code.csharp.exprs.Literal
import semmle.code.csharp.exprs.LogicalOperation
import semmle.code.csharp.controlflow.ControlFlowGraph
import semmle.code.csharp.dataflow.DataFlow
import semmle.code.csharp.dataflow.TaintTracking
import semmle.code.csharp.dataflow.SSA
/** Whether the source was extracted without a build command. */
predicate extractionIsStandalone() { exists(SourceFile f | f.extractedStandalone()) }
// Do not add other imports here; add to `semmle.code.csharp.internal.csharp` instead
import semmle.code.csharp.internal.csharp

View File

@@ -0,0 +1,41 @@
/**
* The default C# QL library.
*/
import Customizations
import semmle.code.csharp.Attribute
import semmle.code.csharp.Callable
import semmle.code.csharp.Comments
import semmle.code.csharp.Element
import semmle.code.csharp.Event
import semmle.code.csharp.File
import semmle.code.csharp.Generics
import semmle.code.csharp.Location
import semmle.code.csharp.Member
import semmle.code.csharp.Namespace
import semmle.code.csharp.AnnotatedType
import semmle.code.csharp.Property
import semmle.code.csharp.Stmt
import semmle.code.csharp.Type
import semmle.code.csharp.Using
import semmle.code.csharp.Variable
import semmle.code.csharp.XML
import semmle.code.csharp.Preprocessor
import semmle.code.csharp.exprs.Access
import semmle.code.csharp.exprs.ArithmeticOperation
import semmle.code.csharp.exprs.Assignment
import semmle.code.csharp.exprs.BitwiseOperation
import semmle.code.csharp.exprs.Call
import semmle.code.csharp.exprs.ComparisonOperation
import semmle.code.csharp.exprs.Creation
import semmle.code.csharp.exprs.Dynamic
import semmle.code.csharp.exprs.Expr
import semmle.code.csharp.exprs.Literal
import semmle.code.csharp.exprs.LogicalOperation
import semmle.code.csharp.controlflow.ControlFlowGraph
import semmle.code.csharp.dataflow.DataFlow
import semmle.code.csharp.dataflow.TaintTracking
import semmle.code.csharp.dataflow.SSA
/** Whether the source was extracted without a build command. */
predicate extractionIsStandalone() { exists(SourceFile f | f.extractedStandalone()) }

12
csharp/ql/test/csharp.qll Normal file
View File

@@ -0,0 +1,12 @@
/**
* The default C# QL library.
*/
import semmle.code.csharp.internal.csharp
private class FileAdjusted extends File {
override predicate fromSource() {
super.fromSource() and
not this.getAbsolutePath().matches("%resources/stubs/%")
}
}

View File

@@ -174,151 +174,3 @@
| This.cs:17:9:17:18 | object creation of type This | normal | This.cs:17:9:17:18 | object creation of type This |
| This.cs:22:9:22:11 | call to constructor This | normal | This.cs:22:9:22:11 | call to constructor This |
| This.cs:28:13:28:21 | object creation of type Sub | normal | This.cs:28:13:28:21 | object creation of type Sub |
| file://:0:0:0:0 | [summary] call to collectionSelector in SelectMany<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in SelectMany<,,> |
| file://:0:0:0:0 | [summary] call to collectionSelector in SelectMany<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in SelectMany<,,> |
| file://:0:0:0:0 | [summary] call to collectionSelector in SelectMany<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in SelectMany<,,> |
| file://:0:0:0:0 | [summary] call to collectionSelector in SelectMany<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in SelectMany<,,> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll<,> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll<,> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll<,> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll<,> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAll<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAll<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny<,> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny<,> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny<,> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny<,> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWhenAny<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in ContinueWhenAny<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to continuationFunction in ContinueWith<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in ContinueWith<> |
| file://:0:0:0:0 | [summary] call to elementSelector in GroupBy<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in GroupBy<,,,> |
| file://:0:0:0:0 | [summary] call to elementSelector in GroupBy<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in GroupBy<,,,> |
| file://:0:0:0:0 | [summary] call to elementSelector in GroupBy<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in GroupBy<,,,> |
| file://:0:0:0:0 | [summary] call to elementSelector in GroupBy<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in GroupBy<,,,> |
| file://:0:0:0:0 | [summary] call to elementSelector in GroupBy<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in GroupBy<,,> |
| file://:0:0:0:0 | [summary] call to elementSelector in GroupBy<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in GroupBy<,,> |
| file://:0:0:0:0 | [summary] call to elementSelector in ToDictionary<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in ToDictionary<,,> |
| file://:0:0:0:0 | [summary] call to elementSelector in ToDictionary<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in ToDictionary<,,> |
| file://:0:0:0:0 | [summary] call to elementSelector in ToLookup<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in ToLookup<,,> |
| file://:0:0:0:0 | [summary] call to elementSelector in ToLookup<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in ToLookup<,,> |
| file://:0:0:0:0 | [summary] call to func in Aggregate<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in Aggregate<,,> |
| file://:0:0:0:0 | [summary] call to func in Aggregate<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in Aggregate<,,> |
| file://:0:0:0:0 | [summary] call to func in Aggregate<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in Aggregate<,> |
| file://:0:0:0:0 | [summary] call to func in Aggregate<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in Aggregate<,> |
| file://:0:0:0:0 | [summary] call to func in Aggregate<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in Aggregate<> |
| file://:0:0:0:0 | [summary] call to func in Aggregate<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in Aggregate<> |
| file://:0:0:0:0 | [summary] call to function in Run<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Run<> |
| file://:0:0:0:0 | [summary] call to function in Run<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Run<> |
| file://:0:0:0:0 | [summary] call to function in Run<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Run<> |
| file://:0:0:0:0 | [summary] call to function in Run<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Run<> |
| file://:0:0:0:0 | [summary] call to function in StartNew | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew |
| file://:0:0:0:0 | [summary] call to function in StartNew | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew |
| file://:0:0:0:0 | [summary] call to function in StartNew | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew |
| file://:0:0:0:0 | [summary] call to function in StartNew | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew |
| file://:0:0:0:0 | [summary] call to function in StartNew | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew |
| file://:0:0:0:0 | [summary] call to function in StartNew | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew |
| file://:0:0:0:0 | [summary] call to function in StartNew | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew |
| file://:0:0:0:0 | [summary] call to function in StartNew | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew |
| file://:0:0:0:0 | [summary] call to function in StartNew<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew<> |
| file://:0:0:0:0 | [summary] call to function in StartNew<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew<> |
| file://:0:0:0:0 | [summary] call to function in StartNew<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew<> |
| file://:0:0:0:0 | [summary] call to function in StartNew<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew<> |
| file://:0:0:0:0 | [summary] call to function in StartNew<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew<> |
| file://:0:0:0:0 | [summary] call to function in StartNew<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew<> |
| file://:0:0:0:0 | [summary] call to function in StartNew<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew<> |
| file://:0:0:0:0 | [summary] call to function in StartNew<> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in StartNew<> |
| file://:0:0:0:0 | [summary] call to function in Task | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Task |
| file://:0:0:0:0 | [summary] call to function in Task | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Task |
| file://:0:0:0:0 | [summary] call to function in Task | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Task |
| file://:0:0:0:0 | [summary] call to function in Task | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Task |
| file://:0:0:0:0 | [summary] call to function in Task | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Task |
| file://:0:0:0:0 | [summary] call to function in Task | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Task |
| file://:0:0:0:0 | [summary] call to function in Task | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Task |
| file://:0:0:0:0 | [summary] call to function in Task | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Task |
| file://:0:0:0:0 | [summary] call to keySelector in GroupBy<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in GroupBy<,,,> |
| file://:0:0:0:0 | [summary] call to keySelector in GroupBy<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in GroupBy<,,,> |
| file://:0:0:0:0 | [summary] call to keySelector in GroupBy<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in GroupBy<,,,> |
| file://:0:0:0:0 | [summary] call to keySelector in GroupBy<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in GroupBy<,,,> |
| file://:0:0:0:0 | [summary] call to keySelector in GroupBy<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in GroupBy<,,> |
| file://:0:0:0:0 | [summary] call to keySelector in GroupBy<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in GroupBy<,,> |
| file://:0:0:0:0 | [summary] call to keySelector in GroupBy<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in GroupBy<,,> |
| file://:0:0:0:0 | [summary] call to keySelector in GroupBy<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in GroupBy<,,> |
| file://:0:0:0:0 | [summary] call to keySelector in GroupBy<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in GroupBy<,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in Aggregate<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 3 in Aggregate<,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in GroupBy<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 3 in GroupBy<,,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in GroupBy<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 3 in GroupBy<,,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in GroupBy<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 3 in GroupBy<,,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in GroupBy<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 3 in GroupBy<,,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in GroupBy<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in GroupBy<,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in GroupBy<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in GroupBy<,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in GroupJoin<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 4 in GroupJoin<,,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in GroupJoin<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 4 in GroupJoin<,,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in GroupJoin<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 4 in GroupJoin<,,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in GroupJoin<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 4 in GroupJoin<,,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in Join<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 4 in Join<,,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in Join<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 4 in Join<,,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in Join<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 4 in Join<,,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in Join<,,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 4 in Join<,,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in SelectMany<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in SelectMany<,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in SelectMany<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in SelectMany<,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in SelectMany<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in SelectMany<,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in SelectMany<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in SelectMany<,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in Zip<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in Zip<,,> |
| file://:0:0:0:0 | [summary] call to resultSelector in Zip<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 2 in Zip<,,> |
| file://:0:0:0:0 | [summary] call to selector in Aggregate<,,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 3 in Aggregate<,,> |
| file://:0:0:0:0 | [summary] call to selector in Select<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in Select<,> |
| file://:0:0:0:0 | [summary] call to selector in Select<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in Select<,> |
| file://:0:0:0:0 | [summary] call to selector in Select<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in Select<,> |
| file://:0:0:0:0 | [summary] call to selector in Select<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in Select<,> |
| file://:0:0:0:0 | [summary] call to selector in SelectMany<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in SelectMany<,> |
| file://:0:0:0:0 | [summary] call to selector in SelectMany<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in SelectMany<,> |
| file://:0:0:0:0 | [summary] call to selector in SelectMany<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in SelectMany<,> |
| file://:0:0:0:0 | [summary] call to selector in SelectMany<,> | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 1 in SelectMany<,> |
| file://:0:0:0:0 | [summary] call to valueFactory in Lazy | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Lazy |
| file://:0:0:0:0 | [summary] call to valueFactory in Lazy | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Lazy |
| file://:0:0:0:0 | [summary] call to valueFactory in Lazy | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Lazy |
| file://:0:0:0:0 | [summary] call to valueFactory in Lazy | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Lazy |
| file://:0:0:0:0 | [summary] call to valueSelector in Task | normal | file://:0:0:0:0 | [summary] read: return (normal) of argument 0 in Task |

View File

@@ -13,17 +13,10 @@ private class DataFlowCallAdjusted extends TDataFlowCall {
}
}
private class NodeAdjusted extends TNode {
string toString() { result = this.(DataFlow::Node).toString() }
Location getLocation() {
exists(Location l |
l = this.(DataFlow::Node).getLocation() and
if l instanceof SourceLocation then result = l else result instanceof EmptyLocation
)
}
private class SourceNode extends DataFlow::Node {
SourceNode() { this.getLocation().getFile().fromSource() }
}
from DataFlowCallAdjusted call, NodeAdjusted n, ReturnKind kind
from DataFlowCallAdjusted call, SourceNode n, ReturnKind kind
where n = getAnOutNode(call, kind)
select call, kind, n

View File

@@ -1 +1,3 @@
semmle-extractor-options: /r:System.Diagnostics.Process.dll /r:System.Linq.dll /r:System.Linq.Expressions.dll /r:System.Linq.Queryable.dll /r:System.ComponentModel.Primitives.dll
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Newtonsoft.Json/13.0.1/Newtonsoft.Json.csproj
semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs

View File

@@ -84,6 +84,7 @@ edges
| EntityFramework.cs:219:18:219:54 | call to method First<Address> [property Street] : String | EntityFramework.cs:219:18:219:61 | access to property Street |
| EntityFrameworkCore.cs:75:31:75:39 | "tainted" : String | EntityFrameworkCore.cs:76:18:76:28 | access to local variable taintSource |
| EntityFrameworkCore.cs:75:31:75:39 | "tainted" : String | EntityFrameworkCore.cs:77:35:77:45 | access to local variable taintSource : String |
| EntityFrameworkCore.cs:75:31:75:39 | "tainted" : String | EntityFrameworkCore.cs:78:18:78:42 | (...) ... |
| EntityFrameworkCore.cs:75:31:75:39 | "tainted" : String | EntityFrameworkCore.cs:78:32:78:42 | access to local variable taintSource : String |
| EntityFrameworkCore.cs:77:18:77:46 | object creation of type RawSqlString : RawSqlString | EntityFrameworkCore.cs:77:18:77:46 | (...) ... |
| EntityFrameworkCore.cs:77:35:77:45 | access to local variable taintSource : String | EntityFrameworkCore.cs:77:18:77:46 | object creation of type RawSqlString : RawSqlString |

View File

@@ -1,5 +1,4 @@
assertTrue
| ../../../resources/stubs/Microsoft.VisualStudio.TestTools.UnitTesting.cs:9:28:9:33 | IsTrue | ../../../resources/stubs/Microsoft.VisualStudio.TestTools.UnitTesting.cs:9:40:9:40 | b |
| DoesNotReturnIf.cs:8:22:8:31 | AssertTrue | DoesNotReturnIf.cs:8:95:8:103 | condition |
| DoesNotReturnIf.cs:16:22:16:32 | AssertTrue2 | DoesNotReturnIf.cs:17:75:17:84 | condition1 |
| DoesNotReturnIf.cs:16:22:16:32 | AssertTrue2 | DoesNotReturnIf.cs:18:75:18:84 | condition2 |
@@ -11,20 +10,17 @@ assertTrue
| nunit.cs:53:21:53:24 | That | nunit.cs:53:31:53:39 | condition |
| nunit.cs:54:21:54:24 | That | nunit.cs:54:31:54:39 | condition |
assertFalse
| ../../../resources/stubs/Microsoft.VisualStudio.TestTools.UnitTesting.cs:10:28:10:34 | IsFalse | ../../../resources/stubs/Microsoft.VisualStudio.TestTools.UnitTesting.cs:10:41:10:41 | b |
| DoesNotReturnIf.cs:12:22:12:32 | AssertFalse | DoesNotReturnIf.cs:12:95:12:103 | condition |
| nunit.cs:34:21:34:25 | False | nunit.cs:34:32:34:40 | condition |
| nunit.cs:35:21:35:25 | False | nunit.cs:35:32:35:40 | condition |
| nunit.cs:37:21:37:27 | IsFalse | nunit.cs:37:34:37:42 | condition |
| nunit.cs:38:21:38:27 | IsFalse | nunit.cs:38:34:38:42 | condition |
assertNull
| ../../../resources/stubs/Microsoft.VisualStudio.TestTools.UnitTesting.cs:7:28:7:33 | IsNull | ../../../resources/stubs/Microsoft.VisualStudio.TestTools.UnitTesting.cs:7:42:7:42 | o |
| nunit.cs:40:21:40:24 | Null | nunit.cs:40:33:40:40 | anObject |
| nunit.cs:41:21:41:24 | Null | nunit.cs:41:33:41:40 | anObject |
| nunit.cs:43:21:43:26 | IsNull | nunit.cs:43:35:43:42 | anObject |
| nunit.cs:44:21:44:26 | IsNull | nunit.cs:44:35:44:42 | anObject |
assertNonNull
| ../../../resources/stubs/Microsoft.VisualStudio.TestTools.UnitTesting.cs:8:28:8:36 | IsNotNull | ../../../resources/stubs/Microsoft.VisualStudio.TestTools.UnitTesting.cs:8:45:8:45 | o |
| nunit.cs:46:21:46:27 | NotNull | nunit.cs:46:36:46:43 | anObject |
| nunit.cs:47:21:47:27 | NotNull | nunit.cs:47:36:47:43 | anObject |
| nunit.cs:49:21:49:29 | IsNotNull | nunit.cs:49:38:49:45 | anObject |

View File

@@ -1,233 +1 @@
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Antiforgery.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Antiforgery.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Cookies.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Cookies.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Core.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.Core.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.OAuth.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.OAuth.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authentication.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authorization.Policy.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authorization.Policy.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authorization.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Authorization.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Authorization.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Authorization.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Forms.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Forms.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Server.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Server.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Web.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.Web.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Components.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Connections.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Connections.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.CookiePolicy.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.CookiePolicy.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Cors.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Cors.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Cryptography.KeyDerivation.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Cryptography.KeyDerivation.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.Extensions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.Extensions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.DataProtection.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.HealthChecks.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.HealthChecks.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Diagnostics.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HostFiltering.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HostFiltering.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.Server.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.Server.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Hosting.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Html.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Html.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Connections.Common.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Connections.Common.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Connections.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Connections.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Extensions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Extensions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Features.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.Features.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Http.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpOverrides.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpOverrides.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpsPolicy.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.HttpsPolicy.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Identity.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Identity.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Localization.Routing.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Localization.Routing.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Localization.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Localization.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Metadata.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Metadata.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.ApiExplorer.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.ApiExplorer.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Core.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Core.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Cors.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Cors.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.DataAnnotations.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.DataAnnotations.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Formatters.Xml.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Formatters.Xml.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Localization.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Localization.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Razor.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.Razor.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.RazorPages.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.RazorPages.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.TagHelpers.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.TagHelpers.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.ViewFeatures.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.ViewFeatures.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Mvc.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Razor.Runtime.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Razor.Runtime.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Razor.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Razor.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCaching.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCaching.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCaching.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCaching.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCompression.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.ResponseCompression.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Rewrite.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Rewrite.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Routing.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Routing.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Routing.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Routing.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.HttpSys.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.HttpSys.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.IIS.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.IIS.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.IISIntegration.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.IISIntegration.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Core.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Core.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Server.Kestrel.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Session.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.Session.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Common.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Common.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Core.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Core.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Protocols.Json.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.Protocols.Json.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.SignalR.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.StaticFiles.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.StaticFiles.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.WebSockets.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.WebSockets.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.WebUtilities.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.WebUtilities.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Caching.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Caching.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Caching.Memory.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Caching.Memory.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Binder.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Binder.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.CommandLine.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.CommandLine.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.EnvironmentVariables.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.EnvironmentVariables.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.FileExtensions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.FileExtensions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Ini.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Ini.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Json.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Json.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.KeyPerFile.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.KeyPerFile.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.UserSecrets.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.UserSecrets.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Xml.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.Xml.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Configuration.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.DependencyInjection.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.DependencyInjection.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.DependencyInjection.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.DependencyInjection.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.HealthChecks.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Diagnostics.HealthChecks.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Composite.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Composite.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Embedded.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Embedded.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Physical.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileProviders.Physical.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileSystemGlobbing.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.FileSystemGlobbing.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Hosting.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Hosting.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Hosting.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Hosting.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Http.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Http.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Identity.Core.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Identity.Core.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Identity.Stores.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Identity.Stores.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Localization.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Localization.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Localization.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Localization.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Abstractions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Abstractions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Configuration.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Configuration.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Console.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Console.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Debug.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.Debug.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.EventLog.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.EventLog.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.EventSource.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.EventSource.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.TraceSource.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.TraceSource.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Logging.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.ObjectPool.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.ObjectPool.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.ConfigurationExtensions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.ConfigurationExtensions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.DataAnnotations.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.DataAnnotations.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Options.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Primitives.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.Primitives.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.WebEncoders.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Extensions.WebEncoders.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.JSInterop.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.JSInterop.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Net.Http.Headers.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Net.Http.Headers.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Win32.Registry.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.Win32.Registry.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Diagnostics.EventLog.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Diagnostics.EventLog.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.IO.Pipelines.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.IO.Pipelines.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.AccessControl.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.AccessControl.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.Cryptography.Cng.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.Cryptography.Cng.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.Cryptography.Xml.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.Cryptography.Xml.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.Permissions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.Permissions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.Principal.Windows.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Security.Principal.Windows.cs |
| ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Windows.Extensions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/System.Windows.Extensions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.CSharp.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.CSharp.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.VisualBasic.Core.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.VisualBasic.Core.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Primitives.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.Win32.Primitives.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Concurrent.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Concurrent.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Immutable.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Immutable.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.NonGeneric.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.NonGeneric.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Specialized.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.Specialized.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Collections.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Annotations.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Annotations.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.EventBasedAsync.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.EventBasedAsync.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Primitives.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.Primitives.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.TypeConverter.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.TypeConverter.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Console.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Console.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Data.Common.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Data.Common.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Contracts.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Contracts.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.DiagnosticSource.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.DiagnosticSource.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.FileVersionInfo.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.FileVersionInfo.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Process.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Process.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.StackTrace.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.StackTrace.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TextWriterTraceListener.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TextWriterTraceListener.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TraceSource.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.TraceSource.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Tracing.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Diagnostics.Tracing.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Drawing.Primitives.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Drawing.Primitives.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Asn1.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Formats.Asn1.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.Brotli.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.Brotli.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.ZipFile.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.ZipFile.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Compression.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.DriveInfo.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.DriveInfo.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.Watcher.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.Watcher.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.FileSystem.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.IsolatedStorage.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.IsolatedStorage.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.MemoryMappedFiles.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.MemoryMappedFiles.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.IO.Pipes.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Expressions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Expressions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Parallel.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Parallel.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Queryable.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.Queryable.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Linq.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Memory.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Memory.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.Json.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.Json.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Http.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.HttpListener.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.HttpListener.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Mail.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Mail.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NameResolution.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NameResolution.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NetworkInformation.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.NetworkInformation.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Ping.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Ping.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Primitives.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Primitives.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Requests.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Requests.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Security.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Security.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.ServicePoint.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.ServicePoint.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Sockets.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.Sockets.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebClient.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebClient.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebHeaderCollection.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebHeaderCollection.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebProxy.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebProxy.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.Client.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.Client.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Net.WebSockets.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Numerics.Vectors.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Numerics.Vectors.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.ObjectModel.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.ObjectModel.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.DispatchProxy.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.DispatchProxy.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.ILGeneration.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.ILGeneration.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.Lightweight.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.Lightweight.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Emit.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Metadata.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Metadata.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Primitives.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.Primitives.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.TypeExtensions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Reflection.TypeExtensions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Resources.Writer.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Resources.Writer.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.CompilerServices.Unsafe.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.CompilerServices.Unsafe.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.CompilerServices.VisualC.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.CompilerServices.VisualC.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.RuntimeInformation.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.RuntimeInformation.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.InteropServices.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Intrinsics.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Intrinsics.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Loader.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Loader.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Numerics.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Numerics.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Formatters.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Formatters.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Json.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Json.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Primitives.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Primitives.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Xml.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.Serialization.Xml.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Claims.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Claims.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.Algorithms.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.Algorithms.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.Csp.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.Csp.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.Encoding.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.Encoding.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.Primitives.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.Primitives.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.X509Certificates.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Security.Cryptography.X509Certificates.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.CodePages.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.CodePages.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.Extensions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encoding.Extensions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encodings.Web.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Encodings.Web.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Json.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.Json.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.RegularExpressions.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Text.RegularExpressions.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Channels.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Channels.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Overlapped.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Overlapped.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Dataflow.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Dataflow.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Parallel.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Tasks.Parallel.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Thread.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.Thread.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.ThreadPool.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.ThreadPool.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Threading.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Transactions.Local.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Transactions.Local.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Web.HttpUtility.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Web.HttpUtility.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.ReaderWriter.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.ReaderWriter.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XDocument.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XDocument.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.XDocument.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.XDocument.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XPath.cs |
| ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XmlSerializer.cs:0:0:0:0 | ../../../resources/stubs/_frameworks/Microsoft.NETCore.App/System.Xml.XmlSerializer.cs |
| Test.cs:0:0:0:0 | Test.cs |