12 references to OpenText
dotnet-getdocument (1)
Commands\InvokeCommand.cs (1)
96using var reader = new JsonTextReader(File.OpenText(projectAssetsFile));
Microsoft.AspNetCore.Grpc.Swagger.Tests (1)
XmlComments\XmlCommentsDocumentFilterTests.cs (1)
67using (var xmlComments = File.OpenText($"{typeof(GreeterService).Assembly.GetName().Name}.xml"))
Microsoft.Build.Utilities.Core (3)
TrackedDependencies\CanonicalTrackedInputFiles.cs (1)
647using (StreamReader tlog = File.OpenText(tlogFileName.ItemSpec))
TrackedDependencies\CanonicalTrackedOutputFiles.cs (1)
161using (StreamReader tlog = File.OpenText(tlogFileName.ItemSpec))
TrackedDependencies\FlatTrackingData.cs (1)
416using (StreamReader tlog = File.OpenText(tlogFileName.ItemSpec))
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
711using var reader = File.OpenText(fullPath);
Microsoft.DotNet.Build.Tasks.Packaging (2)
PackageIndex.cs (1)
67using (var file = File.OpenText(packageIndexFile))
PackageReport.cs (1)
55using (var file = File.OpenText(path))
Microsoft.DotNet.SignCheckLibrary (1)
Verification\Exclusions.cs (1)
47using (StreamReader fileReader = File.OpenText(path))
Microsoft.NETCore.Platforms (1)
UpdateRuntimeIdentifierGraph.cs (1)
28using (StreamReader streamReader = File.OpenText(InputFile!))
Swaggatherer (1)
SwaggathererApplication.cs (1)
127using (var reader = File.OpenText(input))
TestTasks (1)
InjectRequestHandler.cs (1)
27using (var file = File.OpenText(depsFile))